[INFO] crate gb-io 0.6.0 is already in cache
[INFO] checking gb-io-0.6.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate gb-io 0.6.0 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate gb-io 0.6.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 7a6ec0f81645e76eab76da1f476fde3a304483f0545adb935728035281993435
[INFO] running `"docker" "start" "-a" "7a6ec0f81645e76eab76da1f476fde3a304483f0545adb935728035281993435"`
[INFO] [stderr]    Compiling syn v1.0.16
[INFO] [stderr]    Compiling feature-probe v0.1.1
[INFO] [stderr]    Compiling doc-comment v0.3.2
[INFO] [stderr]    Compiling bio v0.30.0
[INFO] [stderr]     Checking bytecount v0.6.0
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]    Compiling backtrace-sys v0.1.33
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.11
[INFO] [stderr]    Compiling proc-macro-error v0.4.11
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking itertools-num v0.1.3
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]     Checking regex v1.3.4
[INFO] [stderr]     Checking ndarray v0.13.0
[INFO] [stderr]    Compiling snafu-derive v0.5.0
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling bv v0.11.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.1
[INFO] [stderr]     Checking backtrace v0.3.45
[INFO] [stderr]    Compiling gb-io v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking statrs v0.11.0
[INFO] [stderr]     Checking snafu v0.5.0
[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 getset v0.0.9
[INFO] [stderr]    Compiling strum_macros v0.16.0
[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 multimap v0.6.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking bio-types v0.5.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] 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" "7a6ec0f81645e76eab76da1f476fde3a304483f0545adb935728035281993435"`
[INFO] running `"docker" "rm" "-f" "7a6ec0f81645e76eab76da1f476fde3a304483f0545adb935728035281993435"`
[INFO] [stdout] 7a6ec0f81645e76eab76da1f476fde3a304483f0545adb935728035281993435
