[INFO] cloning repository https://github.com/sile/wstcp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sile/wstcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsile%2Fwstcp"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsile%2Fwstcp'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ef918ca20b371378fbd6aa9e52a0f30d8f980120 [INFO] checking sile/wstcp against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsile%2Fwstcp" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sile/wstcp 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/sile/wstcp [INFO] finished tweaking git repo https://github.com/sile/wstcp [INFO] tweaked toml for git repo https://github.com/sile/wstcp written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/sile/wstcp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded trackable v0.2.16 [INFO] [stderr] Downloaded bytecodec v0.4.2 [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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ca0e227c258c016e78517d1eb5d8830ce3d570bfd18d9e82724805c51711096e [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" "ca0e227c258c016e78517d1eb5d8830ce3d570bfd18d9e82724805c51711096e"` [INFO] [stderr] Checking slog v2.2.3 [INFO] [stderr] Checking trackable v0.2.16 [INFO] [stderr] Compiling serde v1.0.57 [INFO] [stderr] Checking nbchan v0.1.2 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Checking net2 v0.2.32 [INFO] [stderr] Checking digest v0.7.2 [INFO] [stderr] Checking sha-1 v0.7.0 [INFO] [stderr] Checking bytecodec v0.4.2 [INFO] [stderr] Checking mio v0.6.14 [INFO] [stderr] Checking slog-scope v4.0.1 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking slog-stdlog v3.0.2 [INFO] [stderr] Checking num-integer v0.1.38 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Checking fibers v0.1.10 [INFO] [stderr] Checking httpcodec v0.2.2 [INFO] [stderr] Checking slog-term v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.57 [INFO] [stderr] Checking sloggers v0.2.6 [INFO] [stderr] Checking wstcp v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [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 53.76s [INFO] running `"docker" "inspect" "ca0e227c258c016e78517d1eb5d8830ce3d570bfd18d9e82724805c51711096e"` [INFO] running `"docker" "rm" "-f" "ca0e227c258c016e78517d1eb5d8830ce3d570bfd18d9e82724805c51711096e"` [INFO] [stdout] ca0e227c258c016e78517d1eb5d8830ce3d570bfd18d9e82724805c51711096e