Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • ng6 ng6
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Suite à des problèmes rencontrés dans les jobs mobilisant une image Docker in Docker (dind), des solutions de contournement ont été proposées.
Voir #148 pour les problèmes de « timeout » sur les runners « test » et #149 pour les problèmes d’accès au démon docker sur les runners « stables ». N’hésitez pas à demander/proposer des compléments aux informations fournies.

  • genotoul-bioinfo
  • ng6ng6
  • Issues
  • #212
Closed
Open
Issue created Jul 09, 2021 by Romain Therville@rtherville☕Developer

switchspaceid doesn't work right now (project colocation is supposed to be sent to longterm_get)

How to find the error? -> Try to migrate any project.

What's the error?

Traceback (most recent call last):
  File "/work/ng6/jflow/work/switchspaceid/wf000402/.working/b5d9ebb5cd/_Stash/0/0/0/w0000000", line 95, in <module>
    outputs = migrate_project(*new_args)
  File "/work/ng6/jflow/work/switchspaceid/wf000402/.working/b5d9ebb5cd/_Stash/0/0/0/w0000000", line 71, in migrate_project
    run_analyzes = run.get_analysis()
  File "/usr/local/bioinfo/src/ng6_sources/ng6-V3.2.8.1/src/weaver/../ng6/run.py", line 194, in get_analysis
    analysis.append(Analysis.get_from_id(analysis_id))
  File "/usr/local/bioinfo/src/ng6_sources/ng6-V3.2.8.1/src/weaver/../ng6/analysis.py", line 680, in get_from_id
    [name, date, description, software, options, version] = t3mysql.select_analysis(id)
  File "/usr/local/bioinfo/src/ng6_sources/ng6-V3.2.8.1/src/weaver/../ng6/t3MySQLdb.py", line 802, in select_analysis
    res = qresult.rows[0]
IndexError: tuple index out of range

See the following files: ng6\src\ng6\t3MySQLdb.py ng6\src\ng6\analysis.py

(They were not updated recently.)

Assignee
Assign to
Time tracking