[INFO] updating cached repository https://github.com/offscale/offpr [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2ed77a0223eaa5f1771791c8d5b15b928bfbd329 [INFO] checking offscale/offpr against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foffscale%2Foffpr" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/offscale/offpr on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/offscale/offpr [INFO] finished tweaking git repo https://github.com/offscale/offpr [INFO] tweaked toml for git repo https://github.com/offscale/offpr written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/offscale/offpr already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 71c44e44e359b3cca2ff2afe13212ad521110e6ca1ce2b30867ad10aa959f5dc [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" "71c44e44e359b3cca2ff2afe13212ad521110e6ca1ce2b30867ad10aa959f5dc"` [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Checking log v0.4.5 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking relay v0.1.1 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Checking tokio-io v0.1.9 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking want v0.0.4 [INFO] [stderr] Checking crossbeam-deque v0.6.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Checking tokio-threadpool v0.1.7 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Checking tokio-reactor v0.1.6 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.2 [INFO] [stderr] Checking tokio-tcp v0.1.2 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling structopt-derive v0.2.12 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking structopt v0.2.12 [INFO] [stderr] Checking sct v0.2.0 [INFO] [stderr] Checking webpki v0.17.0 [INFO] [stderr] Checking ct-logs v0.2.0 [INFO] [stderr] Checking rustls v0.11.0 [INFO] [stderr] Checking webpki-roots v0.13.0 [INFO] [stderr] Checking tokio-rustls v0.4.0 [INFO] [stderr] Checking hyper-rustls v0.11.0 [INFO] [stderr] Checking github-rs v0.6.1 [INFO] [stderr] Checking offpr v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:12:55 [INFO] [stderr] | [INFO] [stderr] 12 | fn parse_key_val(s: &str) -> Result<(T, U), Box> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:12:55 [INFO] [stderr] | [INFO] [stderr] 12 | fn parse_key_val(s: &str) -> Result<(T, U), Box> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.85s [INFO] running `"docker" "inspect" "71c44e44e359b3cca2ff2afe13212ad521110e6ca1ce2b30867ad10aa959f5dc"` [INFO] running `"docker" "rm" "-f" "71c44e44e359b3cca2ff2afe13212ad521110e6ca1ce2b30867ad10aa959f5dc"` [INFO] [stdout] 71c44e44e359b3cca2ff2afe13212ad521110e6ca1ce2b30867ad10aa959f5dc