[INFO] cloning repository https://github.com/vigoo/test-r
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vigoo/test-r" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvigoo%2Ftest-r", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvigoo%2Ftest-r'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 90e271097b891e0d39ff725d248da12cef6b051b
[INFO] checking vigoo/test-r against try#66388cc165a6c4ac98c074dc9f0281ff23528c55 for pr-150727
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvigoo%2Ftest-r" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vigoo/test-r
[INFO] finished tweaking git repo https://github.com/vigoo/test-r
[INFO] tweaked toml for git repo https://github.com/vigoo/test-r written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vigoo/test-r on toolchain 66388cc165a6c4ac98c074dc9f0281ff23528c55
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vigoo/test-r 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" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7798bd57d8b7ac3a4eade7092a4b5a9ae38efb03fdee2417f422bc96242f295
[INFO] running `Command { std: "docker" "start" "-a" "d7798bd57d8b7ac3a4eade7092a4b5a9ae38efb03fdee2417f422bc96242f295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7798bd57d8b7ac3a4eade7092a4b5a9ae38efb03fdee2417f422bc96242f295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7798bd57d8b7ac3a4eade7092a4b5a9ae38efb03fdee2417f422bc96242f295", kill_on_drop: false }`
[INFO] [stdout] d7798bd57d8b7ac3a4eade7092a4b5a9ae38efb03fdee2417f422bc96242f295
[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=forbid" "-e" "RUSTDOCFLAGS=--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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+66388cc165a6c4ac98c074dc9f0281ff23528c55" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71adf59d89d3c3c82702e47a969f2583d80be2bddc98efe8b9c3ff95bc245022
[INFO] running `Command { std: "docker" "start" "-a" "71adf59d89d3c3c82702e47a969f2583d80be2bddc98efe8b9c3ff95bc245022", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling doctest-file v1.0.0
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]     Checking anstyle-wincon v3.0.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking quick-xml v0.38.3
[INFO] [stderr]     Checking topological-sort v0.2.2
[INFO] [stderr]     Checking clap_builder v4.5.50
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]     Checking escape8259 v0.5.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.5
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.6
[INFO] [stderr]     Checking dtor v0.0.6
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-ident v1.0.20
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]    Compiling syn v2.0.107
[INFO] [stderr]     Checking ctor v0.4.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling merge_derive v0.1.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking merge v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling gh-workflow-macros v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking interprocess v2.2.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_setters v0.1.8
[INFO] [stderr]     Checking clap v4.5.50
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling ctrf-rs v0.1.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling test-r-core v5.0.1 (/opt/rustwide/workdir/test-r-core)
[INFO] [stderr]     Checking gh-workflow v0.6.1
[INFO] [stderr]     Checking test-r-macro v1.3.4 (/opt/rustwide/workdir/test-r-macro)
[INFO] [stderr]     Checking test-r-github v0.0.1 (/opt/rustwide/workdir/github)
[INFO] [stderr]     Checking test-r v2.3.1 (/opt/rustwide/workdir/test-r)
[INFO] [stderr]     Checking test-r-example v0.0.1 (/opt/rustwide/workdir/example)
[INFO] [stderr]     Checking test-r-example-tokio v0.0.1 (/opt/rustwide/workdir/example-tokio)
[INFO] [stdout] error: `#[ignore]` should only be applied to functions annotated with `#[test]` or `#[bench]`
[INFO] [stdout]   --> example/src/lib.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         #[ignore]
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[should_panic]` should only be applied to functions annotated with `#[test]` or `#[bench]`
[INFO] [stdout]   --> example-tokio/src/lib.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[should_panic]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[should_panic]` should only be applied to functions annotated with `#[test]` or `#[bench]`
[INFO] [stdout]   --> example-tokio/src/lib.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     #[should_panic(expected = "hello world")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[should_panic]` should only be applied to functions annotated with `#[test]` or `#[bench]`
[INFO] [stdout]   --> example-tokio/src/lib.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[should_panic(expected = "hello world")]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[ignore]` should only be applied to functions annotated with `#[test]` or `#[bench]`
[INFO] [stdout]    --> example-tokio/src/lib.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         #[ignore]
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `test-r-example` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `test-r-example-tokio` (lib test) due to 4 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "71adf59d89d3c3c82702e47a969f2583d80be2bddc98efe8b9c3ff95bc245022", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71adf59d89d3c3c82702e47a969f2583d80be2bddc98efe8b9c3ff95bc245022", kill_on_drop: false }`
[INFO] [stdout] 71adf59d89d3c3c82702e47a969f2583d80be2bddc98efe8b9c3ff95bc245022
