[INFO] fetching crate uclicious_derive 0.1.7... [INFO] testing uclicious_derive-0.1.7 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate uclicious_derive 0.1.7 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate uclicious_derive 0.1.7 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate uclicious_derive 0.1.7 [INFO] finished tweaking crates.io crate uclicious_derive 0.1.7 [INFO] tweaked toml for crates.io crate uclicious_derive 0.1.7 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 6770c3b760728ba6e84a1f3f440301f9f52bc1f1490d84b6a16ac05cead43a5f [INFO] running `Command { std: "docker" "start" "-a" "6770c3b760728ba6e84a1f3f440301f9f52bc1f1490d84b6a16ac05cead43a5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6770c3b760728ba6e84a1f3f440301f9f52bc1f1490d84b6a16ac05cead43a5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6770c3b760728ba6e84a1f3f440301f9f52bc1f1490d84b6a16ac05cead43a5f", kill_on_drop: false }` [INFO] [stdout] 6770c3b760728ba6e84a1f3f440301f9f52bc1f1490d84b6a16ac05cead43a5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] 56e7a65691bd906470ac837bb6e98848d85529be9524016215c67dbfe036bb21 [INFO] running `Command { std: "docker" "start" "-a" "56e7a65691bd906470ac837bb6e98848d85529be9524016215c67dbfe036bb21", kill_on_drop: false }` [INFO] [stderr] Compiling uclicious_derive v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `attrs` [INFO] [stdout] --> src/options.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `derive` [INFO] [stdout] --> src/options.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | derive: PathList, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attrs` [INFO] [stdout] --> src/options.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vis` [INFO] [stdout] --> src/options.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | vis: syn::Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ty` [INFO] [stdout] --> src/options.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | ty: syn::Type, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.92s [INFO] running `Command { std: "docker" "inspect" "56e7a65691bd906470ac837bb6e98848d85529be9524016215c67dbfe036bb21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56e7a65691bd906470ac837bb6e98848d85529be9524016215c67dbfe036bb21", kill_on_drop: false }` [INFO] [stdout] 56e7a65691bd906470ac837bb6e98848d85529be9524016215c67dbfe036bb21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] 5aad6fb8722543b06f9183868b9371f9e309d11213d88110c3a66ba03713c572 [INFO] running `Command { std: "docker" "start" "-a" "5aad6fb8722543b06f9183868b9371f9e309d11213d88110c3a66ba03713c572", kill_on_drop: false }` [INFO] [stderr] Compiling uclicious_derive v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `attrs` [INFO] [stdout] --> src/options.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `derive` [INFO] [stdout] --> src/options.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | derive: PathList, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attrs` [INFO] [stdout] --> src/options.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vis` [INFO] [stdout] --> src/options.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | vis: syn::Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ty` [INFO] [stdout] --> src/options.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | ty: syn::Type, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attrs` [INFO] [stdout] --> src/options.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `derive` [INFO] [stdout] --> src/options.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | derive: PathList, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attrs` [INFO] [stdout] --> src/options.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `vis` [INFO] [stdout] --> src/options.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | vis: syn::Visibility, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ty` [INFO] [stdout] --> src/options.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | ty: syn::Type, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/options.rs:200:10 [INFO] [stdout] | [INFO] [stdout] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.61s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/uclicious_derive-298d57d3f372442a) [INFO] running `Command { std: "docker" "inspect" "5aad6fb8722543b06f9183868b9371f9e309d11213d88110c3a66ba03713c572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aad6fb8722543b06f9183868b9371f9e309d11213d88110c3a66ba03713c572", kill_on_drop: false }` [INFO] [stdout] 5aad6fb8722543b06f9183868b9371f9e309d11213d88110c3a66ba03713c572 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 14a91ad42c30e029f81b400562b764f150b17cea131517d660bae918e2f9a3f9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "14a91ad42c30e029f81b400562b764f150b17cea131517d660bae918e2f9a3f9", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `attrs` [INFO] [stderr] --> src/options.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 154 | attrs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/options.rs:146:10 [INFO] [stderr] | [INFO] [stderr] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `derive` [INFO] [stderr] --> src/options.rs:166:5 [INFO] [stderr] | [INFO] [stderr] 166 | derive: PathList, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Options` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/options.rs:146:10 [INFO] [stderr] | [INFO] [stderr] 146 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `attrs` [INFO] [stderr] --> src/options.rs:204:5 [INFO] [stderr] | [INFO] [stderr] 204 | attrs: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/options.rs:200:10 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `vis` [INFO] [stderr] --> src/options.rs:205:5 [INFO] [stderr] | [INFO] [stderr] 205 | vis: syn::Visibility, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/options.rs:200:10 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ty` [INFO] [stderr] --> src/options.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | ty: syn::Type, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Field` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/options.rs:200:10 [INFO] [stderr] | [INFO] [stderr] 200 | #[derive(Debug, Clone, FromField)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: `uclicious_derive` (lib) generated 5 warnings [INFO] [stdout] running 0 tests [INFO] [stderr] warning: `uclicious_derive` (lib test) generated 5 warnings (5 duplicates) [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uclicious_derive-298d57d3f372442a) [INFO] [stdout] [INFO] [stderr] Doc-tests uclicious_derive [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] running `Command { std: "docker" "inspect" "14a91ad42c30e029f81b400562b764f150b17cea131517d660bae918e2f9a3f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14a91ad42c30e029f81b400562b764f150b17cea131517d660bae918e2f9a3f9", kill_on_drop: false }` [INFO] [stdout] 14a91ad42c30e029f81b400562b764f150b17cea131517d660bae918e2f9a3f9