[INFO] cloning repository https://github.com/GreatTeacherOni/foo-out [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GreatTeacherOni/foo-out" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGreatTeacherOni%2Ffoo-out"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGreatTeacherOni%2Ffoo-out'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8bd7f24d9fb676a84c5affdf5c001ed4db42d8db [INFO] checking GreatTeacherOni/foo-out against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGreatTeacherOni%2Ffoo-out" "/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/GreatTeacherOni/foo-out on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/GreatTeacherOni/foo-out [INFO] finished tweaking git repo https://github.com/GreatTeacherOni/foo-out [INFO] tweaked toml for git repo https://github.com/GreatTeacherOni/foo-out written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/GreatTeacherOni/foo-out already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 46daba9042ec382a768573e115fc5ee565dc1765022b07e4fde3b2374bcdd12a [INFO] running `"docker" "start" "-a" "46daba9042ec382a768573e115fc5ee565dc1765022b07e4fde3b2374bcdd12a"` [INFO] [stderr] Compiling cc v1.0.30 [INFO] [stderr] Compiling openssl v0.10.19 [INFO] [stderr] Checking tokio-sync v0.1.3 [INFO] [stderr] Compiling unicase v2.3.0 [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Checking tokio-executor v0.1.6 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking encoding_rs v0.8.17 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking uuid v0.7.2 [INFO] [stderr] Checking serde_urlencoded v0.5.4 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Checking h2 v0.1.16 [INFO] [stderr] Checking tokio-timer v0.2.10 [INFO] [stderr] Checking tokio-current-thread v0.1.5 [INFO] [stderr] Checking tokio-threadpool v0.1.12 [INFO] [stderr] Checking libflate v0.1.20 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking mime v0.3.13 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling openssl-sys v0.9.42 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.16 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking hyper v0.12.25 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.11 [INFO] [stderr] Checking foo-out v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | type Result = std::result::Result>; [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:8:50 [INFO] [stderr] | [INFO] [stderr] 8 | type Result = std::result::Result>; [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 1m 01s [INFO] running `"docker" "inspect" "46daba9042ec382a768573e115fc5ee565dc1765022b07e4fde3b2374bcdd12a"` [INFO] running `"docker" "rm" "-f" "46daba9042ec382a768573e115fc5ee565dc1765022b07e4fde3b2374bcdd12a"` [INFO] [stdout] 46daba9042ec382a768573e115fc5ee565dc1765022b07e4fde3b2374bcdd12a