[INFO] fetching crate herald_derive 0.1.0... [INFO] checking herald_derive-0.1.0 against try#6f12b8fe67b4eed2e838dab803ed9493b9d62c0f for pr-79073 [INFO] extracting crate herald_derive 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate herald_derive 0.1.0 on toolchain 6f12b8fe67b4eed2e838dab803ed9493b9d62c0f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate herald_derive 0.1.0 [INFO] finished tweaking crates.io crate herald_derive 0.1.0 [INFO] tweaked toml for crates.io crate herald_derive 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 08a59a563d5aa02a51e306a2a3e85aff7d7899be233bde9bf4d9231f422d466e [INFO] running `Command { std: "docker" "start" "-a" "08a59a563d5aa02a51e306a2a3e85aff7d7899be233bde9bf4d9231f422d466e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08a59a563d5aa02a51e306a2a3e85aff7d7899be233bde9bf4d9231f422d466e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08a59a563d5aa02a51e306a2a3e85aff7d7899be233bde9bf4d9231f422d466e", kill_on_drop: false }` [INFO] [stdout] 08a59a563d5aa02a51e306a2a3e85aff7d7899be233bde9bf4d9231f422d466e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+6f12b8fe67b4eed2e838dab803ed9493b9d62c0f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9a7e9fff7a166d589a305e96044b8fad15ece4fbdc79fe099f8c2cb27418d6dd [INFO] running `Command { std: "docker" "start" "-a" "9a7e9fff7a166d589a305e96044b8fad15ece4fbdc79fe099f8c2cb27418d6dd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.50 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking herald_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `herald` in `{{root}}` [INFO] [stdout] --> tests/state_derive_test.rs:1:7 [INFO] [stdout] | [INFO] [stdout] 1 | use ::herald::prelude::*; [INFO] [stdout] | ^^^^^^ could not find `herald` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `herald` in this scope [INFO] [stdout] --> tests/state_derive_test.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[herald] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `herald` in this scope [INFO] [stdout] --> tests/state_derive_test.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[herald(skip)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `herald` in this scope [INFO] [stdout] --> tests/state_derive_test.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | #[herald] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeraldImpl` [INFO] [stdout] --> tests/state_derive_test.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `HeraldImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NormalGenericState` [INFO] [stdout] --> tests/state_derive_test.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | let state = NormalGenericState::::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `NormalGenericState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeraldImpl` [INFO] [stdout] --> tests/state_derive_test.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `HeraldImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GenericInPathState` [INFO] [stdout] --> tests/state_derive_test.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | let state = GenericInPathState::::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `GenericInPathState` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeraldImpl` [INFO] [stdout] --> tests/state_derive_test.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `HeraldImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HeraldImpl` [INFO] [stdout] --> tests/state_derive_test.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `HeraldImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `NormalGeneric<'_, {integer}>` has no field named `herald_impl` [INFO] [stdout] --> tests/state_derive_test.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^^ `NormalGeneric<'_, _>` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `with_lifetime`, `generic_type`, `_without_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `GenericInPath<{integer}>` has no field named `herald_impl` [INFO] [stdout] --> tests/state_derive_test.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^^ `GenericInPath<_>` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `vec_generic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `GenericInPath<{integer}>` has no field named `herald_impl` [INFO] [stdout] --> tests/state_derive_test.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^^ `GenericInPath<_>` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `vec_generic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get_vec_generic` found for struct `GenericInPath<{integer}>` in the current scope [INFO] [stdout] --> tests/state_derive_test.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 25 | / struct GenericInPath [INFO] [stdout] 26 | | where [INFO] [stdout] 27 | | T: 'static + Clone + PartialEq + Send + Sync, [INFO] [stdout] 28 | | { [INFO] [stdout] 29 | | vec_generic: Vec, [INFO] [stdout] 30 | | } [INFO] [stdout] | |_- method `get_vec_generic` not found for this [INFO] [stdout] ... [INFO] [stdout] 49 | assert_eq!(vec.get_vec_generic(), &vec![1]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `GenericInPath<{integer}>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_vec_generic` found for struct `GenericInPath<{integer}>` in the current scope [INFO] [stdout] --> tests/state_derive_test.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 25 | / struct GenericInPath [INFO] [stdout] 26 | | where [INFO] [stdout] 27 | | T: 'static + Clone + PartialEq + Send + Sync, [INFO] [stdout] 28 | | { [INFO] [stdout] 29 | | vec_generic: Vec, [INFO] [stdout] 30 | | } [INFO] [stdout] | |_- method `set_vec_generic` not found for this [INFO] [stdout] ... [INFO] [stdout] 50 | vec.set_vec_generic(vec![2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `GenericInPath<{integer}>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get_vec_generic` found for struct `GenericInPath<{integer}>` in the current scope [INFO] [stdout] --> tests/state_derive_test.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 25 | / struct GenericInPath [INFO] [stdout] 26 | | where [INFO] [stdout] 27 | | T: 'static + Clone + PartialEq + Send + Sync, [INFO] [stdout] 28 | | { [INFO] [stdout] 29 | | vec_generic: Vec, [INFO] [stdout] 30 | | } [INFO] [stdout] | |_- method `get_vec_generic` not found for this [INFO] [stdout] ... [INFO] [stdout] 51 | assert_eq!(vec.get_vec_generic(), &vec![2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `GenericInPath<{integer}>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `GenericInPath<{integer}>` has no field named `herald_impl` [INFO] [stdout] --> tests/state_derive_test.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | herald_impl: HeraldImpl::default(), [INFO] [stdout] | ^^^^^^^^^^^ `GenericInPath<_>` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `vec_generic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `change_stream` found for struct `GenericInPath<{integer}>` in the current scope [INFO] [stdout] --> tests/state_derive_test.rs:62:7 [INFO] [stdout] | [INFO] [stdout] 25 | / struct GenericInPath [INFO] [stdout] 26 | | where [INFO] [stdout] 27 | | T: 'static + Clone + PartialEq + Send + Sync, [INFO] [stdout] 28 | | { [INFO] [stdout] 29 | | vec_generic: Vec, [INFO] [stdout] 30 | | } [INFO] [stdout] | |_- method `change_stream` not found for this [INFO] [stdout] ... [INFO] [stdout] 62 | vec.change_stream().subscribe(|chg| { [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `GenericInPath<{integer}>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_vec_generic` found for struct `GenericInPath<{integer}>` in the current scope [INFO] [stdout] --> tests/state_derive_test.rs:70:7 [INFO] [stdout] | [INFO] [stdout] 25 | / struct GenericInPath [INFO] [stdout] 26 | | where [INFO] [stdout] 27 | | T: 'static + Clone + PartialEq + Send + Sync, [INFO] [stdout] 28 | | { [INFO] [stdout] 29 | | vec_generic: Vec, [INFO] [stdout] 30 | | } [INFO] [stdout] | |_- method `set_vec_generic` not found for this [INFO] [stdout] ... [INFO] [stdout] 70 | vec.set_vec_generic(vec![2]); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `GenericInPath<{integer}>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0560, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `herald_derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9a7e9fff7a166d589a305e96044b8fad15ece4fbdc79fe099f8c2cb27418d6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a7e9fff7a166d589a305e96044b8fad15ece4fbdc79fe099f8c2cb27418d6dd", kill_on_drop: false }` [INFO] [stdout] 9a7e9fff7a166d589a305e96044b8fad15ece4fbdc79fe099f8c2cb27418d6dd