Skip to content
GitHub Actions / JUnit Test Report failed Oct 10, 2023 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 1 in Parameters: default

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

Parameters: default

Assertion failed: 

2 of 2 assertions failed
Raw output
Nextflow stdout:

ERROR ~ Error executing process > 'SRA:SRA_FASTQ_FTP (DRX026011_DRR028935)'

Caused by:
  Process `SRA:SRA_FASTQ_FTP (DRX026011_DRR028935)` terminated with an error exit status (28)

Command executed:

  curl \
      --retry 5 --continue-at - --max-time 1200 \
      -L ftp.sra.ebi.ac.uk/vol1/fastq/DRR028/DRR028935/DRR028935_1.fastq.gz \
      -o DRX026011_DRR028935_1.fastq.gz
  
  echo "cc01df82a9354bb6b3be93483b20c35a  DRX026011_DRR028935_1.fastq.gz" > DRX026011_DRR028935_1.fastq.gz.md5
  md5sum -c DRX026011_DRR028935_1.fastq.gz.md5
  
  curl \
      --retry 5 --continue-at - --max-time 1200 \
      -L ftp.sra.ebi.ac.uk/vol1/fastq/DRR028/DRR028935/DRR028935_2.fastq.gz \
      -o DRX026011_DRR028935_2.fastq.gz
  
  echo "941c9998d746416dad53c94c480ddf30  DRX026011_DRR028935_2.fastq.gz" > DRX026011_DRR028935_2.fastq.gz.md5
  md5sum -c DRX026011_DRR028935_2.fastq.gz.md5
  
  cat <<-END_VERSIONS > versions.yml
  "SRA:SRA_FASTQ_FTP":
      curl: $(echo $(curl --version | head -n 1 | sed 's/^curl //; s/ .*$//'))
  END_VERSIONS

Command exit status:
  28

Command output:
  (empty)

Command error:
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  curl: (28) Timeout was reached
  Warning: Problem : timeout. Will retry in 1 seconds. 5 retries left.
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  curl: (28) Timeout was reached
  Warning: Problem : timeout. Will retry in 2 seconds. 4 retries left.
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  curl: (28) Timeout was reached
  Warning: Problem : timeout. Will retry in 4 seconds. 3 retries left.
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  curl: (28) Timeout was reached
  Warning: Problem : timeout. Will retry in 8 seconds. 2 retries left.
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  curl: (28) Timeout was reached
  Warning: Problem : timeout. Will retry in 16 seconds. 1 retries left.
  
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  curl: (28) Timeout was reached

Work dir:
  /tmp/tests/cbeb2a3299add8cdc56b0eebd95d2296/work/a1/53e2faa6b68b3b64eb47ce975a6972

Tip: when you have fixed the problem you can continue the execution adding the option `-resume` to the run command line

 -- Check '/tmp/tests/cbeb2a3299add8cdc56b0eebd95d2296/meta/nextflow.log' file for details
Nextflow stderr:

Nextflow 23.09.2-edge is available - Please consider updating your version to it