[INFO] cloning repository https://github.com/BurntSushi/vcr [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BurntSushi/vcr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntSushi%2Fvcr"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntSushi%2Fvcr'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ef1ba50743ad5eb2b637abe65d18c9eeee336563 [INFO] checking BurntSushi/vcr against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBurntSushi%2Fvcr" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BurntSushi/vcr on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/BurntSushi/vcr [INFO] finished tweaking git repo https://github.com/BurntSushi/vcr [INFO] tweaked toml for git repo https://github.com/BurntSushi/vcr written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/BurntSushi/vcr already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] b1a14e089fc88a17fcfcce3380fe2b51626b28bfe852f69b7ce384123390725e [INFO] running `"docker" "start" "-a" "b1a14e089fc88a17fcfcce3380fe2b51626b28bfe852f69b7ce384123390725e"` [INFO] [stderr] Checking libc v0.2.39 [INFO] [stderr] Compiling cc v1.0.8 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Checking regex-syntax v0.5.3 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking atty v0.2.8 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Checking clap v2.31.1 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Checking backtrace v0.3.5 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking vcr v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/capture.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | / lazy_static! { [INFO] [stderr] 225 | | static ref RE: Regex = Regex::new(r"(?x) [INFO] [stderr] 226 | | black_start:(?P[0-9.]+) [INFO] [stderr] 227 | | \s+ [INFO] [stderr] ... | [INFO] [stderr] 231 | | ").unwrap(); [INFO] [stderr] 232 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/capture.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | / lazy_static! { [INFO] [stderr] 225 | | static ref RE: Regex = Regex::new(r"(?x) [INFO] [stderr] 226 | | black_start:(?P[0-9.]+) [INFO] [stderr] 227 | | \s+ [INFO] [stderr] ... | [INFO] [stderr] 231 | | ").unwrap(); [INFO] [stderr] 232 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.56s [INFO] running `"docker" "inspect" "b1a14e089fc88a17fcfcce3380fe2b51626b28bfe852f69b7ce384123390725e"` [INFO] running `"docker" "rm" "-f" "b1a14e089fc88a17fcfcce3380fe2b51626b28bfe852f69b7ce384123390725e"` [INFO] [stdout] b1a14e089fc88a17fcfcce3380fe2b51626b28bfe852f69b7ce384123390725e