[INFO] fetching crate dilib-macros 0.2.1...
[INFO] testing dilib-macros-0.2.1 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate dilib-macros 0.2.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate dilib-macros 0.2.1
[INFO] finished tweaking crates.io crate dilib-macros 0.2.1
[INFO] tweaked toml for crates.io crate dilib-macros 0.2.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dilib-macros 0.2.1 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.114)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `dilib_macros` library target)
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mattro v0.1.2
[INFO] [stderr]   Downloaded linked_hash_set v0.1.6
[INFO] [stderr]   Downloaded dilib v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 27918d018ac0671a9e2529c628560d1ba8ef87c26bae220c7ab14d7e9858bdee
[INFO] running `Command { std: "docker" "start" "-a" "27918d018ac0671a9e2529c628560d1ba8ef87c26bae220c7ab14d7e9858bdee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27918d018ac0671a9e2529c628560d1ba8ef87c26bae220c7ab14d7e9858bdee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27918d018ac0671a9e2529c628560d1ba8ef87c26bae220c7ab14d7e9858bdee", kill_on_drop: false }`
[INFO] [stdout] 27918d018ac0671a9e2529c628560d1ba8ef87c26bae220c7ab14d7e9858bdee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d79533b601deb3e7be728566285ff5c71875fb96bf84b4475f8adaad147647eb
[INFO] running `Command { std: "docker" "start" "-a" "d79533b601deb3e7be728566285ff5c71875fb96bf84b4475f8adaad147647eb", kill_on_drop: false }`
[INFO] [stderr] warning: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `dilib_macros` library target)
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling linked_hash_set v0.1.6
[INFO] [stderr]    Compiling mattro v0.1.2
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling dilib-macros v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `when macro attribute in fn args get stabilized`
[INFO] [stdout]    --> src/resolve_fn_arg.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(feature = "when macro attribute in fn args get stabilized")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `when macro attribute in fn args get stabilized` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
[INFO] running `Command { std: "docker" "inspect" "d79533b601deb3e7be728566285ff5c71875fb96bf84b4475f8adaad147647eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d79533b601deb3e7be728566285ff5c71875fb96bf84b4475f8adaad147647eb", kill_on_drop: false }`
[INFO] [stdout] d79533b601deb3e7be728566285ff5c71875fb96bf84b4475f8adaad147647eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a57ae78416ae1a569126085581532db0a17d6c92a10ef0f8d17bec0d416bcdb9
[INFO] running `Command { std: "docker" "start" "-a" "a57ae78416ae1a569126085581532db0a17d6c92a10ef0f8d17bec0d416bcdb9", kill_on_drop: false }`
[INFO] [stderr] warning: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `dilib_macros` library target)
[INFO] [stderr]    Compiling dilib v0.2.1
[INFO] [stderr]    Compiling dilib-macros v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `when macro attribute in fn args get stabilized`
[INFO] [stdout]    --> src/resolve_fn_arg.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(feature = "when macro attribute in fn args get stabilized")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `when macro attribute in fn args get stabilized` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `when macro attribute in fn args get stabilized`
[INFO] [stdout]    --> src/resolve_fn_arg.rs:168:7
[INFO] [stdout]     |
[INFO] [stdout] 168 | #[cfg(feature = "when macro attribute in fn args get stabilized")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `when macro attribute in fn args get stabilized` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s
[INFO] running `Command { std: "docker" "inspect" "a57ae78416ae1a569126085581532db0a17d6c92a10ef0f8d17bec0d416bcdb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a57ae78416ae1a569126085581532db0a17d6c92a10ef0f8d17bec0d416bcdb9", kill_on_drop: false }`
[INFO] [stdout] a57ae78416ae1a569126085581532db0a17d6c92a10ef0f8d17bec0d416bcdb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9e6d4b685b60194a4ab1c6f431611467f33242619c60bfcfa86b396b64577c65
[INFO] running `Command { std: "docker" "start" "-a" "9e6d4b685b60194a4ab1c6f431611467f33242619c60bfcfa86b396b64577c65", kill_on_drop: false }`
[INFO] [stderr] warning: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition
[INFO] [stderr] (in the `dilib_macros` library target)
[INFO] [stderr] warning: unexpected `cfg` condition value: `when macro attribute in fn args get stabilized`
[INFO] [stderr]    --> src/resolve_fn_arg.rs:168:7
[INFO] [stderr]     |
[INFO] [stderr] 168 | #[cfg(feature = "when macro attribute in fn args get stabilized")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `when macro attribute in fn args get stabilized` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dilib-macros` (lib) generated 1 warning
[INFO] [stderr] warning: `dilib-macros` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dilib_macros-429ee8666e79848d)
[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 dilib_macros
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - inject (line 80) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - provide (line 22) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - inject (line 80) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dilib::macros`
[INFO] [stdout]   --> src/lib.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 82 | use dilib::macros::{provide, inject};
[INFO] [stdout]    |            ^^^^^^ could not find `macros` in `dilib`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dilib-0.2.1/src/lib.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[cfg(feature = "unstable_provide")]
[INFO] [stdout]    |       ---------------------------- the item is gated behind the `unstable_provide` feature
[INFO] [stdout] 43 | pub mod macros {
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - provide (line 22) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `dilib::macros`, `dilib::global`, `dilib::get_singleton`, `dilib::get_scoped`
[INFO] [stdout]   --> src/lib.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 | use dilib::{macros::provide, Inject, Singleton, global::init_container, get_singleton, get_scoped};
[INFO] [stdout]    |             ^^^^^^                              ^^^^^^                  ^^^^^^^^^^^^^  ^^^^^^^^^^ no `get_scoped` in the root
[INFO] [stdout]    |             |                                   |                       |
[INFO] [stdout]    |             |                                   |                       no `get_singleton` in the root
[INFO] [stdout]    |             |                                   could not find `global` in `dilib`
[INFO] [stdout]    |             could not find `macros` in `dilib`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dilib-0.2.1/src/lib.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[cfg(feature = "unstable_provide")]
[INFO] [stdout]    |       ---------------------------- the item is gated behind the `unstable_provide` feature
[INFO] [stdout] 43 | pub mod macros {
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dilib-0.2.1/src/lib.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[cfg(feature = "global")]
[INFO] [stdout]    |       ------------------ the item is gated behind the `global` feature
[INFO] [stdout] 39 | pub mod global;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Inject` in this scope
[INFO] [stdout]   --> src/lib.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Inject)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Inject` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/lib.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 | use dilib::{macros::provide, Inject, Singleton, global::init_container, get_singleton, get_scoped};
[INFO] [stdout]    |                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `inject` in this scope
[INFO] [stdout]   --> src/lib.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[inject(name="count")]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout] 22 + use dilib_macros::inject;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - inject (line 80)
[INFO] [stdout]     src/lib.rs - provide (line 22)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9e6d4b685b60194a4ab1c6f431611467f33242619c60bfcfa86b396b64577c65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e6d4b685b60194a4ab1c6f431611467f33242619c60bfcfa86b396b64577c65", kill_on_drop: false }`
[INFO] [stdout] 9e6d4b685b60194a4ab1c6f431611467f33242619c60bfcfa86b396b64577c65
