arvados-cli 0.1.20161111211958 → 0.1.20161118201447

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/crunch-job +3 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30608612c2d8bc0890eebeb1fe6025e53a5d64ee
4
- data.tar.gz: 5b2cd3c9b30ad8ba6be57c0a0fb1f14680d809c9
3
+ metadata.gz: f20f098dc288c7093746c795fe5a212535f20657
4
+ data.tar.gz: 8ec58160cfd51d8067cc831ee9b4420ac5322fc1
5
5
  SHA512:
6
- metadata.gz: 1822f9299f7b4e3d531faf14ff1988d081cc8384b6d904b310d56718d36ed518e8e010de37e4aa798004cf8786cf2a2246d5270decd61bd265b59b1c9d67f68a
7
- data.tar.gz: f26a854ee059b4c17563084a750dc003cde7c3c3e4281641f4668dbfb0dc49a9e3b10861c705798aeacf44571419c61b09c904affdd0f1756139c19aa0321d4c
6
+ metadata.gz: 6c56016b3dbbde7fc27fba2abab3cf1b16d01bfb86b634a8cfbd7c2ff1a334600460b552fe943ccd7f07b5d39655fbedb78cdd9602b5e95f236a20839d35846f
7
+ data.tar.gz: 96d690d9b4bafe4e1ff1d920753da5d21f7652e746ddc0292a8e474dc96a5d17893a64902c5dbddd2b381fdcbbddda64184cadf4ee3d61d0abf048b4e7c3eec3
data/bin/crunch-job CHANGED
@@ -1509,7 +1509,7 @@ sub preprocess_stderr
1509
1509
  my $line = $1;
1510
1510
  substr $jobstep[$jobstepidx]->{stderr}, 0, 1+length($line), "";
1511
1511
  Log ($jobstepidx, "stderr $line");
1512
- if ($line =~ /srun: error: (SLURM job $ENV{SLURM_JOB_ID} has expired|Unable to confirm allocation for job $ENV{SLURM_JOB_ID})/) {
1512
+ if ($line =~ /srun: error: (SLURM job $ENV{SLURM_JOB_ID} has expired|Unable to confirm allocation for job $ENV{SLURM_JOB_ID})/i) {
1513
1513
  # If the allocation is revoked, we can't possibly continue, so mark all
1514
1514
  # nodes as failed. This will cause the overall exit code to be
1515
1515
  # EX_RETRY_UNLOCKED instead of failure so that crunch_dispatch can re-run
@@ -1519,14 +1519,14 @@ sub preprocess_stderr
1519
1519
  $st->{node}->{fail_count}++;
1520
1520
  }
1521
1521
  }
1522
- elsif ($line =~ /srun: error: (Node failure on|Aborting, .*\bio error\b)/) {
1522
+ elsif ($line =~ /srun: error: .*?\b(Node failure on|Aborting, .*?\bio error\b)/i) {
1523
1523
  $jobstep[$jobstepidx]->{tempfail} = 1;
1524
1524
  if (defined($job_slot_index)) {
1525
1525
  $slot[$job_slot_index]->{node}->{fail_count}++;
1526
1526
  ban_node_by_slot($job_slot_index);
1527
1527
  }
1528
1528
  }
1529
- elsif ($line =~ /srun: error: (Unable to create job step|.*: Communication connection failure)/) {
1529
+ elsif ($line =~ /srun: error: (Unable to create job step|.*?: Communication connection failure)/i) {
1530
1530
  $jobstep[$jobstepidx]->{tempfail} = 1;
1531
1531
  ban_node_by_slot($job_slot_index) if (defined($job_slot_index));
1532
1532
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arvados-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20161111211958
4
+ version: 0.1.20161118201447
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-11 00:00:00.000000000 Z
11
+ date: 2016-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arvados
@@ -164,7 +164,7 @@ dependencies:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0.8'
167
- description: Arvados command line tools, git commit 9640930c3934344ab64c92a5c86c1f7488a4de42
167
+ description: Arvados command line tools, git commit c1ebef70f3b66080b51ef700383f44d70736f495
168
168
  email: gem-dev@curoverse.com
169
169
  executables:
170
170
  - arv