[INFO] fetching crate vcf 0.5.0... [INFO] checking vcf-0.5.0 against beta for pr-78714 [INFO] extracting crate vcf 0.5.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate vcf 0.5.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate vcf 0.5.0 [INFO] finished tweaking crates.io crate vcf 0.5.0 [INFO] tweaked toml for crates.io crate vcf 0.5.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate vcf 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1687653d6de943f442f5f8b744f9e65afb252acc73e8709ecb79aa42a87078e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d1687653d6de943f442f5f8b744f9e65afb252acc73e8709ecb79aa42a87078e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1687653d6de943f442f5f8b744f9e65afb252acc73e8709ecb79aa42a87078e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1687653d6de943f442f5f8b744f9e65afb252acc73e8709ecb79aa42a87078e", kill_on_drop: false }` [INFO] [stdout] d1687653d6de943f442f5f8b744f9e65afb252acc73e8709ecb79aa42a87078e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b56937ffc981c742286927d198998aa69f49ccbd12f4778e992f7536ebe6c6b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9b56937ffc981c742286927d198998aa69f49ccbd12f4778e992f7536ebe6c6b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.23 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Checking backtrace v0.3.51 [INFO] [stderr] Checking flate2 v1.0.18 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking vcf v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/header/../../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stdout] --> src/header/test.rs:328:43 [INFO] [stdout] | [INFO] [stdout] 328 | let mut simple1_vcf = BufReader::new(&include_bytes!("../../testfiles/simple1.vcf")[..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/record/../../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stdout] --> src/record/test.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | let vcf_data = include_bytes!("../../testfiles/simple1.vcf"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:7:42 [INFO] [stdout] | [INFO] [stdout] 7 | let mut simple_vcf = BufReader::new(&include_bytes!("../testfiles/simple1.vcf")[..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testfiles/1kGP-subset.vcf: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:20:42 [INFO] [stdout] | [INFO] [stdout] 20 | let mut simple_vcf = BufReader::new(&include_bytes!("../testfiles/1kGP-subset.vcf")[..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testfiles/bad1.vcf: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:33:42 [INFO] [stdout] | [INFO] [stdout] 33 | let mut simple_vcf = BufReader::new(&include_bytes!("../testfiles/bad1.vcf")[..]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/../testfiles/simple1.vcf: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 46 | let vcf_bytes = include_bytes!("../testfiles/simple1.vcf"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vcf` [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 `Command { std: "docker" "inspect" "9b56937ffc981c742286927d198998aa69f49ccbd12f4778e992f7536ebe6c6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b56937ffc981c742286927d198998aa69f49ccbd12f4778e992f7536ebe6c6b", kill_on_drop: false }` [INFO] [stdout] 9b56937ffc981c742286927d198998aa69f49ccbd12f4778e992f7536ebe6c6b