[INFO] cloning repository https://github.com/ingride/slog_examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ingride/slog_examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fingride%2Fslog_examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fingride%2Fslog_examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e2977832f58e0f9ce1cdfc5e71e22de34b7c4626 [INFO] testing ingride/slog_examples against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fingride%2Fslog_examples" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ingride/slog_examples on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ingride/slog_examples [INFO] finished tweaking git repo https://github.com/ingride/slog_examples [INFO] tweaked toml for git repo https://github.com/ingride/slog_examples written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/ingride/slog_examples already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a5f98c1e4fb068e70e6dac9c2c7049c49ab7c8bfc23b5c5067c9ad8045a58aa [INFO] running `Command { std: "docker" "start" "-a" "7a5f98c1e4fb068e70e6dac9c2c7049c49ab7c8bfc23b5c5067c9ad8045a58aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a5f98c1e4fb068e70e6dac9c2c7049c49ab7c8bfc23b5c5067c9ad8045a58aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a5f98c1e4fb068e70e6dac9c2c7049c49ab7c8bfc23b5c5067c9ad8045a58aa", kill_on_drop: false }` [INFO] [stdout] 7a5f98c1e4fb068e70e6dac9c2c7049c49ab7c8bfc23b5c5067c9ad8045a58aa [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24e8f3823720b04785db46a5d8f0a5663e98c816b19c51168362aaeeeaa22f24 [INFO] running `Command { std: "docker" "start" "-a" "24e8f3823720b04785db46a5d8f0a5663e98c816b19c51168362aaeeeaa22f24", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling slog-async v2.4.0 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling slog-term v2.5.0 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling slog-json v2.3.0 [INFO] [stderr] Compiling test-slog v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.90s [INFO] running `Command { std: "docker" "inspect" "24e8f3823720b04785db46a5d8f0a5663e98c816b19c51168362aaeeeaa22f24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24e8f3823720b04785db46a5d8f0a5663e98c816b19c51168362aaeeeaa22f24", kill_on_drop: false }` [INFO] [stdout] 24e8f3823720b04785db46a5d8f0a5663e98c816b19c51168362aaeeeaa22f24 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c11f2a5a6a585a67a3a6a703f778598a4af0b62d1a4a926830ae5a2bf5fd1bba [INFO] running `Command { std: "docker" "start" "-a" "c11f2a5a6a585a67a3a6a703f778598a4af0b62d1a4a926830ae5a2bf5fd1bba", kill_on_drop: false }` [INFO] [stderr] Compiling test-slog v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "c11f2a5a6a585a67a3a6a703f778598a4af0b62d1a4a926830ae5a2bf5fd1bba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c11f2a5a6a585a67a3a6a703f778598a4af0b62d1a4a926830ae5a2bf5fd1bba", kill_on_drop: false }` [INFO] [stdout] c11f2a5a6a585a67a3a6a703f778598a4af0b62d1a4a926830ae5a2bf5fd1bba [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b91c236c12312bf67b9d55dec902e9b25d93457b39e7575c17d856346c0bcd88 [INFO] running `Command { std: "docker" "start" "-a" "b91c236c12312bf67b9d55dec902e9b25d93457b39e7575c17d856346c0bcd88", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/test_slog-ba76267b33a09cb8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b91c236c12312bf67b9d55dec902e9b25d93457b39e7575c17d856346c0bcd88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b91c236c12312bf67b9d55dec902e9b25d93457b39e7575c17d856346c0bcd88", kill_on_drop: false }` [INFO] [stdout] b91c236c12312bf67b9d55dec902e9b25d93457b39e7575c17d856346c0bcd88