[INFO] crate gb-io 0.6.0 is already in cache [INFO] checking gb-io-0.6.0 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate gb-io 0.6.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate gb-io 0.6.0 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gb-io 0.6.0 [INFO] finished tweaking crates.io crate gb-io 0.6.0 [INFO] tweaked toml for crates.io crate gb-io 0.6.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate gb-io 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3c820d9b3022498f5cf933a2d14659ec0f1e3428544478dba82f12356ce0933a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3c820d9b3022498f5cf933a2d14659ec0f1e3428544478dba82f12356ce0933a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling siphasher v0.3.1 [INFO] [stderr] Checking regex-syntax v0.6.16 [INFO] [stderr] Checking circular v0.3.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking statrs v0.11.0 [INFO] [stderr] Checking snafu v0.5.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling gb-io v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling getset v0.0.9 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Compiling err-derive v0.2.3 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking bstr v0.2.11 [INFO] [stderr] Checking bio-types v0.5.1 [INFO] [stderr] Checking bv v0.11.0 [INFO] [stderr] Checking multimap v0.6.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Checking serde_bytes v0.11.3 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking bio v0.30.0 [INFO] [stderr] error: couldn't read src/../tests/mg1655.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | let ecoli = include_bytes!("../tests/mg1655.gb"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/circ.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:88:32 [INFO] [stderr] | [INFO] [stderr] 88 | let circ = parse_slice(include_bytes!("../tests/circ.gb")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/circ.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:95:32 [INFO] [stderr] | [INFO] [stderr] 95 | let circ = parse_slice(include_bytes!("../tests/circ.gb")).unwrap().pop().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../tests/biopython_tests/ls_orchid.gb: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:114:25 [INFO] [stderr] | [INFO] [stderr] 114 | parse_slice(include_bytes!("../tests/biopython_tests/ls_orchid.gb")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `gb-io`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3c820d9b3022498f5cf933a2d14659ec0f1e3428544478dba82f12356ce0933a"` [INFO] running `"docker" "rm" "-f" "3c820d9b3022498f5cf933a2d14659ec0f1e3428544478dba82f12356ce0933a"` [INFO] [stdout] 3c820d9b3022498f5cf933a2d14659ec0f1e3428544478dba82f12356ce0933a