[INFO] cloning repository https://github.com/kellymclaughlin/rust-custom-deserialize [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kellymclaughlin/rust-custom-deserialize" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkellymclaughlin%2Frust-custom-deserialize", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkellymclaughlin%2Frust-custom-deserialize'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a79e85a7c9ecec27ba72dc9dfa2be233c13267bf [INFO] testing kellymclaughlin/rust-custom-deserialize against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkellymclaughlin%2Frust-custom-deserialize" "/workspace/builds/worker-36/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-36/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kellymclaughlin/rust-custom-deserialize on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kellymclaughlin/rust-custom-deserialize [INFO] finished tweaking git repo https://github.com/kellymclaughlin/rust-custom-deserialize [INFO] tweaked toml for git repo https://github.com/kellymclaughlin/rust-custom-deserialize written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/kellymclaughlin/rust-custom-deserialize already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af429a357a49c7d9c9a626e292c926ef103106e93e48d1dd455c4f6f1da57097 [INFO] running `Command { std: "docker" "start" "-a" "af429a357a49c7d9c9a626e292c926ef103106e93e48d1dd455c4f6f1da57097", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af429a357a49c7d9c9a626e292c926ef103106e93e48d1dd455c4f6f1da57097", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af429a357a49c7d9c9a626e292c926ef103106e93e48d1dd455c4f6f1da57097", kill_on_drop: false }` [INFO] [stdout] af429a357a49c7d9c9a626e292c926ef103106e93e48d1dd455c4f6f1da57097 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e67410f2b3a4164c142549026f05a09f1143a7277968064c935f9575a97bac71 [INFO] running `Command { std: "docker" "start" "-a" "e67410f2b3a4164c142549026f05a09f1143a7277968064c935f9575a97bac71", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling custom-deserialize v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.82s [INFO] running `Command { std: "docker" "inspect" "e67410f2b3a4164c142549026f05a09f1143a7277968064c935f9575a97bac71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e67410f2b3a4164c142549026f05a09f1143a7277968064c935f9575a97bac71", kill_on_drop: false }` [INFO] [stdout] e67410f2b3a4164c142549026f05a09f1143a7277968064c935f9575a97bac71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49b888799f541f17d9d2543a3c196176a089d6628b7e83b00948002de2f9e019 [INFO] running `Command { std: "docker" "start" "-a" "49b888799f541f17d9d2543a3c196176a089d6628b7e83b00948002de2f9e019", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling custom-deserialize v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.96s [INFO] running `Command { std: "docker" "inspect" "49b888799f541f17d9d2543a3c196176a089d6628b7e83b00948002de2f9e019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49b888799f541f17d9d2543a3c196176a089d6628b7e83b00948002de2f9e019", kill_on_drop: false }` [INFO] [stdout] 49b888799f541f17d9d2543a3c196176a089d6628b7e83b00948002de2f9e019 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 55b53ac9ed0cd7ea250ce7f4bb6ef0e1883b7261041d1dd91155429dc7a2c146 [INFO] running `Command { std: "docker" "start" "-a" "55b53ac9ed0cd7ea250ce7f4bb6ef0e1883b7261041d1dd91155429dc7a2c146", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.79s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/custom_deserialize-bfe37befa2d8fb42) [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" "55b53ac9ed0cd7ea250ce7f4bb6ef0e1883b7261041d1dd91155429dc7a2c146", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55b53ac9ed0cd7ea250ce7f4bb6ef0e1883b7261041d1dd91155429dc7a2c146", kill_on_drop: false }` [INFO] [stdout] 55b53ac9ed0cd7ea250ce7f4bb6ef0e1883b7261041d1dd91155429dc7a2c146