[INFO] cloning repository https://github.com/fabricio7p/proc_macro_poc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fabricio7p/proc_macro_poc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabricio7p%2Fproc_macro_poc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabricio7p%2Fproc_macro_poc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70c5aca9876012053e5115a73a014213fa7c109b [INFO] testing fabricio7p/proc_macro_poc against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabricio7p%2Fproc_macro_poc" "/workspace/builds/worker-92/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-92/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabricio7p/proc_macro_poc on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fabricio7p/proc_macro_poc [INFO] finished tweaking git repo https://github.com/fabricio7p/proc_macro_poc [INFO] tweaked toml for git repo https://github.com/fabricio7p/proc_macro_poc written to /workspace/builds/worker-92/source/Cargo.toml [INFO] crate git repo https://github.com/fabricio7p/proc_macro_poc already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num v0.4.0 [INFO] [stderr] Downloaded num-bigint v0.4.0 [INFO] [stderr] Downloaded num-rational v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e789682e1094d77acef83fdae01f027e233f055d4badb7ad5fdd071a0330fcde [INFO] running `Command { std: "docker" "start" "-a" "e789682e1094d77acef83fdae01f027e233f055d4badb7ad5fdd071a0330fcde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e789682e1094d77acef83fdae01f027e233f055d4badb7ad5fdd071a0330fcde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e789682e1094d77acef83fdae01f027e233f055d4badb7ad5fdd071a0330fcde", kill_on_drop: false }` [INFO] [stdout] e789682e1094d77acef83fdae01f027e233f055d4badb7ad5fdd071a0330fcde [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ce3eef959888de88cbeb2ad831e3a34dc2a640d540ea062a1366dafe5984c1e [INFO] running `Command { std: "docker" "start" "-a" "0ce3eef959888de88cbeb2ad831e3a34dc2a640d540ea062a1366dafe5984c1e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling to_hashmap v0.1.0 (/opt/rustwide/workdir/to_hashmap) [INFO] [stderr] Compiling to_hashmap_derive v0.1.0 (/opt/rustwide/workdir/to_hashmap_derive) [INFO] [stderr] Compiling example v0.1.0 (/opt/rustwide/workdir/example) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 42s [INFO] running `Command { std: "docker" "inspect" "0ce3eef959888de88cbeb2ad831e3a34dc2a640d540ea062a1366dafe5984c1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ce3eef959888de88cbeb2ad831e3a34dc2a640d540ea062a1366dafe5984c1e", kill_on_drop: false }` [INFO] [stdout] 0ce3eef959888de88cbeb2ad831e3a34dc2a640d540ea062a1366dafe5984c1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48911495d7024666031c5e6e27bf10028a1beefecae065fc2b8e236e550f07a4 [INFO] running `Command { std: "docker" "start" "-a" "48911495d7024666031c5e6e27bf10028a1beefecae065fc2b8e236e550f07a4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling to_hashmap v0.1.0 (/opt/rustwide/workdir/to_hashmap) [INFO] [stderr] Compiling to_hashmap_derive v0.1.0 (/opt/rustwide/workdir/to_hashmap_derive) [INFO] [stderr] Compiling example v0.1.0 (/opt/rustwide/workdir/example) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.00s [INFO] running `Command { std: "docker" "inspect" "48911495d7024666031c5e6e27bf10028a1beefecae065fc2b8e236e550f07a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48911495d7024666031c5e6e27bf10028a1beefecae065fc2b8e236e550f07a4", kill_on_drop: false }` [INFO] [stdout] 48911495d7024666031c5e6e27bf10028a1beefecae065fc2b8e236e550f07a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-92/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 582abfec3ce1370dc332c93a5006278bf2933c4e9b4b39b1fd5980541e192a99 [INFO] running `Command { std: "docker" "start" "-a" "582abfec3ce1370dc332c93a5006278bf2933c4e9b4b39b1fd5980541e192a99", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.34s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/example-242c31aef0d12ab8) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/to_hashmap-4f2305a3ec70a77d) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/to_hashmap_derive-a3640acf6bc70b1f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests to_hashmap [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] [stderr] Doc-tests to_hashmap_derive [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" "582abfec3ce1370dc332c93a5006278bf2933c4e9b4b39b1fd5980541e192a99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "582abfec3ce1370dc332c93a5006278bf2933c4e9b4b39b1fd5980541e192a99", kill_on_drop: false }` [INFO] [stdout] 582abfec3ce1370dc332c93a5006278bf2933c4e9b4b39b1fd5980541e192a99