[INFO] cloning repository https://github.com/ppoliani/rust-macro-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ppoliani/rust-macro-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fppoliani%2Frust-macro-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fppoliani%2Frust-macro-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ea00b2f2d85e950244e642ab1639be63391b612d [INFO] building ppoliani/rust-macro-examples against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fppoliani%2Frust-macro-examples" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ppoliani/rust-macro-examples on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ppoliani/rust-macro-examples [INFO] finished tweaking git repo https://github.com/ppoliani/rust-macro-examples [INFO] tweaked toml for git repo https://github.com/ppoliani/rust-macro-examples written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ppoliani/rust-macro-examples already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 298ef483a4745e4b4c8b4810f17e7920102b13ca50da5bbd0ba632d253398793 [INFO] running `Command { std: "docker" "start" "-a" "298ef483a4745e4b4c8b4810f17e7920102b13ca50da5bbd0ba632d253398793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "298ef483a4745e4b4c8b4810f17e7920102b13ca50da5bbd0ba632d253398793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "298ef483a4745e4b4c8b4810f17e7920102b13ca50da5bbd0ba632d253398793", kill_on_drop: false }` [INFO] [stdout] 298ef483a4745e4b4c8b4810f17e7920102b13ca50da5bbd0ba632d253398793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db070ef0b7a8440d9ac05491fc3baf968076c948685622498ee5187a49db2efa [INFO] running `Command { std: "docker" "start" "-a" "db070ef0b7a8440d9ac05491fc3baf968076c948685622498ee5187a49db2efa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling macro-utils v0.1.0 (/opt/rustwide/workdir/macro-utils) [INFO] [stderr] Compiling log_duration v0.1.0 (/opt/rustwide/workdir/attribute/log_duration) [INFO] [stderr] Compiling manager_of_thing v0.1.0 (/opt/rustwide/workdir/function/manager_of_thing) [INFO] [stderr] Compiling describe v0.1.0 (/opt/rustwide/workdir/derive/describe) [INFO] [stderr] Compiling constant_string v0.1.0 (/opt/rustwide/workdir/function/constant_string) [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling init_string_hash_map v0.1.0 (/opt/rustwide/workdir/derive/init_string_hash_map) [INFO] [stderr] Compiling hash_mapify v0.1.0 (/opt/rustwide/workdir/function/hash_mapify) [INFO] [stderr] Compiling custom_model v0.1.0 (/opt/rustwide/workdir/derive/custom_model) [INFO] [stderr] Compiling memoize v0.1.0 (/opt/rustwide/workdir/attribute/memoize) [INFO] [stderr] Compiling app v0.1.0 (/opt/rustwide/workdir/app) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.27s [INFO] running `Command { std: "docker" "inspect" "db070ef0b7a8440d9ac05491fc3baf968076c948685622498ee5187a49db2efa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db070ef0b7a8440d9ac05491fc3baf968076c948685622498ee5187a49db2efa", kill_on_drop: false }` [INFO] [stdout] db070ef0b7a8440d9ac05491fc3baf968076c948685622498ee5187a49db2efa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90d6b5fd2a5cd3d931dff8440f6059b870d2e3aa9121178e9b3d76d7ed14d333 [INFO] running `Command { std: "docker" "start" "-a" "90d6b5fd2a5cd3d931dff8440f6059b870d2e3aa9121178e9b3d76d7ed14d333", kill_on_drop: false }` [INFO] [stderr] Compiling manager_of_thing v0.1.0 (/opt/rustwide/workdir/function/manager_of_thing) [INFO] [stderr] Compiling init_string_hash_map v0.1.0 (/opt/rustwide/workdir/derive/init_string_hash_map) [INFO] [stderr] Compiling memoize v0.1.0 (/opt/rustwide/workdir/attribute/memoize) [INFO] [stderr] Compiling custom_model v0.1.0 (/opt/rustwide/workdir/derive/custom_model) [INFO] [stderr] Compiling hash_mapify v0.1.0 (/opt/rustwide/workdir/function/hash_mapify) [INFO] [stderr] Compiling constant_string v0.1.0 (/opt/rustwide/workdir/function/constant_string) [INFO] [stderr] Compiling log_duration v0.1.0 (/opt/rustwide/workdir/attribute/log_duration) [INFO] [stderr] Compiling describe v0.1.0 (/opt/rustwide/workdir/derive/describe) [INFO] [stderr] Compiling macro-utils v0.1.0 (/opt/rustwide/workdir/macro-utils) [INFO] [stderr] Compiling app v0.1.0 (/opt/rustwide/workdir/app) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.80s [INFO] running `Command { std: "docker" "inspect" "90d6b5fd2a5cd3d931dff8440f6059b870d2e3aa9121178e9b3d76d7ed14d333", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90d6b5fd2a5cd3d931dff8440f6059b870d2e3aa9121178e9b3d76d7ed14d333", kill_on_drop: false }` [INFO] [stdout] 90d6b5fd2a5cd3d931dff8440f6059b870d2e3aa9121178e9b3d76d7ed14d333