[INFO] cloning repository https://github.com/emberhunt/outline-tool [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emberhunt/outline-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femberhunt%2Foutline-tool", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femberhunt%2Foutline-tool'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5bd794e8e38a2904f7d0ffb72a10903a407374db [INFO] testing emberhunt/outline-tool against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femberhunt%2Foutline-tool" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emberhunt/outline-tool on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emberhunt/outline-tool [INFO] finished tweaking git repo https://github.com/emberhunt/outline-tool [INFO] tweaked toml for git repo https://github.com/emberhunt/outline-tool written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/emberhunt/outline-tool already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e89d6a1efa97c7e00008e7f2f0b1a5e61047510a1c8035722b5c1c32019e4e3 [INFO] running `Command { std: "docker" "start" "-a" "8e89d6a1efa97c7e00008e7f2f0b1a5e61047510a1c8035722b5c1c32019e4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e89d6a1efa97c7e00008e7f2f0b1a5e61047510a1c8035722b5c1c32019e4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e89d6a1efa97c7e00008e7f2f0b1a5e61047510a1c8035722b5c1c32019e4e3", kill_on_drop: false }` [INFO] [stdout] 8e89d6a1efa97c7e00008e7f2f0b1a5e61047510a1c8035722b5c1c32019e4e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26fba5813e7c0abeb2be2f20f155e557e3ef1a7066e78d0edcda7f938f73855d [INFO] running `Command { std: "docker" "start" "-a" "26fba5813e7c0abeb2be2f20f155e557e3ef1a7066e78d0edcda7f938f73855d", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling gif v0.10.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.2 [INFO] [stderr] Compiling emberhunt-sprite-outline v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.64s [INFO] running `Command { std: "docker" "inspect" "26fba5813e7c0abeb2be2f20f155e557e3ef1a7066e78d0edcda7f938f73855d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26fba5813e7c0abeb2be2f20f155e557e3ef1a7066e78d0edcda7f938f73855d", kill_on_drop: false }` [INFO] [stdout] 26fba5813e7c0abeb2be2f20f155e557e3ef1a7066e78d0edcda7f938f73855d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5a79cc5603b894972db2f5f2eec2a29fd7edb35a4eda03f1c90e1843c10ca57 [INFO] running `Command { std: "docker" "start" "-a" "e5a79cc5603b894972db2f5f2eec2a29fd7edb35a4eda03f1c90e1843c10ca57", kill_on_drop: false }` [INFO] [stderr] Compiling emberhunt-sprite-outline v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `Command { std: "docker" "inspect" "e5a79cc5603b894972db2f5f2eec2a29fd7edb35a4eda03f1c90e1843c10ca57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5a79cc5603b894972db2f5f2eec2a29fd7edb35a4eda03f1c90e1843c10ca57", kill_on_drop: false }` [INFO] [stdout] e5a79cc5603b894972db2f5f2eec2a29fd7edb35a4eda03f1c90e1843c10ca57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 971bd109df325d797134e5872fc35f22bb6d22cabc545be15d0797b6b2e4c7da [INFO] running `Command { std: "docker" "start" "-a" "971bd109df325d797134e5872fc35f22bb6d22cabc545be15d0797b6b2e4c7da", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/emberhunt_sprite_outline-dbad74523c5c28cc) [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" "971bd109df325d797134e5872fc35f22bb6d22cabc545be15d0797b6b2e4c7da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "971bd109df325d797134e5872fc35f22bb6d22cabc545be15d0797b6b2e4c7da", kill_on_drop: false }` [INFO] [stdout] 971bd109df325d797134e5872fc35f22bb6d22cabc545be15d0797b6b2e4c7da