[INFO] crate zstd 0.5.1+zstd.1.4.4 is already in cache
[INFO] checking zstd-0.5.1+zstd.1.4.4 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate zstd 0.5.1+zstd.1.4.4 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate zstd 0.5.1+zstd.1.4.4 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate zstd 0.5.1+zstd.1.4.4
[INFO] finished tweaking crates.io crate zstd 0.5.1+zstd.1.4.4
[INFO] tweaked toml for crates.io crate zstd 0.5.1+zstd.1.4.4 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate crates.io crate zstd 0.5.1+zstd.1.4.4 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-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" "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] d1609103ca5c6ec92faec50775469bcb74c8259ea7d891305f9ea28bbfd45a29
[INFO] running `"docker" "start" "-a" "d1609103ca5c6ec92faec50775469bcb74c8259ea7d891305f9ea28bbfd45a29"`
[INFO] [stderr]     Checking termcolor v1.0.4
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking rand v0.4.5
[INFO] [stderr]    Compiling num_cpus v1.10.1
[INFO] [stderr]     Checking memchr v2.1.2
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]     Checking bytes v0.4.11
[INFO] [stderr]    Compiling jobserver v0.1.17
[INFO] [stderr]     Checking aho-corasick v0.6.9
[INFO] [stderr]    Compiling cc v1.0.45
[INFO] [stderr]     Checking tokio-io v0.1.11
[INFO] [stderr]     Checking regex v1.1.0
[INFO] [stderr]    Compiling zstd-sys v1.4.15+zstd.1.4.4
[INFO] [stderr]     Checking env_logger v0.5.13
[INFO] [stderr]     Checking quickcheck v0.6.2
[INFO] [stderr]     Checking partial-io v0.3.0
[INFO] [stderr]     Checking zstd-safe v2.0.3+zstd.1.4.4
[INFO] [stderr]     Checking zstd v0.5.1+zstd.1.4.4 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read src/stream/../../assets/example.txt.zst: No such file or directory (os error 2)
[INFO] [stderr]    --> src/stream/tests.rs:179:17
[INFO] [stderr]     |
[INFO] [stderr] 179 |     let input = include_bytes!("../../assets/example.txt.zst");
[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/stream/../../assets/example.txt: No such file or directory (os error 2)
[INFO] [stderr]    --> src/stream/tests.rs:183:20
[INFO] [stderr]     |
[INFO] [stderr] 183 |     let expected = include_bytes!("../../assets/example.txt");
[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/stream/../../assets/example.txt: No such file or directory (os error 2)
[INFO] [stderr]    --> src/stream/tests.rs:199:20
[INFO] [stderr]     |
[INFO] [stderr] 199 |     let expected = include_bytes!("../../assets/example.txt");
[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/stream/../../zstd-safe/zstd-sys/src/bindings.rs: No such file or directory (os error 2)
[INFO] [stderr]    --> src/stream/tests.rs:238:16
[INFO] [stderr]     |
[INFO] [stderr] 238 |     let data = include_bytes!("../../zstd-safe/zstd-sys/src/bindings.rs");
[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 `zstd`.
[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" "d1609103ca5c6ec92faec50775469bcb74c8259ea7d891305f9ea28bbfd45a29"`
[INFO] running `"docker" "rm" "-f" "d1609103ca5c6ec92faec50775469bcb74c8259ea7d891305f9ea28bbfd45a29"`
[INFO] [stdout] d1609103ca5c6ec92faec50775469bcb74c8259ea7d891305f9ea28bbfd45a29
