[INFO] fetching crate temp-inst-derive 1.0.0... [INFO] checking temp-inst-derive-1.0.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate temp-inst-derive 1.0.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate temp-inst-derive 1.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate temp-inst-derive 1.0.0 [INFO] tweaked toml for crates.io crate temp-inst-derive 1.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate temp-inst-derive 1.0.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec7e65f31a034bc891e3addcab53f0326c9526cdb5a669d5d50b217bc1c10ec6 [INFO] running `Command { std: "docker" "start" "-a" "ec7e65f31a034bc891e3addcab53f0326c9526cdb5a669d5d50b217bc1c10ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec7e65f31a034bc891e3addcab53f0326c9526cdb5a669d5d50b217bc1c10ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec7e65f31a034bc891e3addcab53f0326c9526cdb5a669d5d50b217bc1c10ec6", kill_on_drop: false }` [INFO] [stdout] ec7e65f31a034bc891e3addcab53f0326c9526cdb5a669d5d50b217bc1c10ec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7c68ef7d397360362cf78c229b858857cb01e25e6633331a66b8196dfd1f61a [INFO] running `Command { std: "docker" "start" "-a" "a7c68ef7d397360362cf78c229b858857cb01e25e6633331a66b8196dfd1f61a", kill_on_drop: false }` [INFO] [stderr] Checking syn v2.0.106 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking temp-inst-derive v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use temp_inst::{TempInst, TempInstPin, TempRef, TempRefMut}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use temp_inst::{TempInst, TempInstPin, TempRef, TempRefMut}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:6:33 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:14:33 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:22:33 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:40:33 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:49:33 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:60:33 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:71:20 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:81:20 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:81:33 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:94:20 [INFO] [stdout] | [INFO] [stdout] 94 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_struct.rs:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `temp-inst-derive` (test "test_struct") due to 31 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:7:33 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:40:33 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:62:20 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:62:33 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:74:20 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:74:33 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:87:33 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:134:10 [INFO] [stdout] | [INFO] [stdout] 134 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:134:33 [INFO] [stdout] | [INFO] [stdout] 134 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:160:20 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:160:33 [INFO] [stdout] | [INFO] [stdout] 160 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:197:10 [INFO] [stdout] | [INFO] [stdout] 197 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:197:33 [INFO] [stdout] | [INFO] [stdout] 197 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:229:10 [INFO] [stdout] | [INFO] [stdout] 229 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:229:20 [INFO] [stdout] | [INFO] [stdout] 229 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:229:33 [INFO] [stdout] | [INFO] [stdout] 229 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:264:10 [INFO] [stdout] | [INFO] [stdout] 264 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:264:20 [INFO] [stdout] | [INFO] [stdout] 264 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:264:33 [INFO] [stdout] | [INFO] [stdout] 264 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempRepr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:310:20 [INFO] [stdout] | [INFO] [stdout] 310 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] --> tests/test_enum.rs:310:33 [INFO] [stdout] | [INFO] [stdout] 310 | #[derive(TempRepr, TempReprMut, TempReprMutChk)] [INFO] [stdout] | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `temp_inst` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `temp_inst`, use `cargo add temp_inst` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `TempReprMutChk` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `temp-inst-derive` (test "test_enum") due to 52 previous errors [INFO] running `Command { std: "docker" "inspect" "a7c68ef7d397360362cf78c229b858857cb01e25e6633331a66b8196dfd1f61a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7c68ef7d397360362cf78c229b858857cb01e25e6633331a66b8196dfd1f61a", kill_on_drop: false }` [INFO] [stdout] a7c68ef7d397360362cf78c229b858857cb01e25e6633331a66b8196dfd1f61a