[INFO] fetching crate ibuilder_derive 0.1.8... [INFO] testing ibuilder_derive-0.1.8 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate ibuilder_derive 0.1.8 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate ibuilder_derive 0.1.8 [INFO] finished tweaking crates.io crate ibuilder_derive 0.1.8 [INFO] tweaked toml for crates.io crate ibuilder_derive 0.1.8 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ibuilder_derive 0.1.8 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd8771f74ab47b08c060d0a3676feddfec2e232bcae788e5a42a9c26d402fbc7 [INFO] running `Command { std: "docker" "start" "-a" "dd8771f74ab47b08c060d0a3676feddfec2e232bcae788e5a42a9c26d402fbc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd8771f74ab47b08c060d0a3676feddfec2e232bcae788e5a42a9c26d402fbc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd8771f74ab47b08c060d0a3676feddfec2e232bcae788e5a42a9c26d402fbc7", kill_on_drop: false }` [INFO] [stdout] dd8771f74ab47b08c060d0a3676feddfec2e232bcae788e5a42a9c26d402fbc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51fa237976954468395c8da27207b318b729c5760497f186963e286c4a6701cf [INFO] running `Command { std: "docker" "start" "-a" "51fa237976954468395c8da27207b318b729c5760497f186963e286c4a6701cf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ibuilder_derive v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/enum_gen/mod.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn variants_def_list(&self) -> VariantsDefList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 111 | fn variants_def_list(&self) -> VariantsDefList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | fn fields_def_list(&self) -> FieldDefList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | fn fields_def_list(&self) -> FieldDefList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | fn fields_new_list(&self) -> FieldNewList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 170 | fn fields_new_list(&self) -> FieldNewList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 178 | fn impl_debug(&self) -> ImplDebug { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 178 | fn impl_debug(&self) -> ImplDebug<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s [INFO] running `Command { std: "docker" "inspect" "51fa237976954468395c8da27207b318b729c5760497f186963e286c4a6701cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51fa237976954468395c8da27207b318b729c5760497f186963e286c4a6701cf", kill_on_drop: false }` [INFO] [stdout] 51fa237976954468395c8da27207b318b729c5760497f186963e286c4a6701cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab459f44243cd226234138cd6e4652d62c25b6507aed6c9b84eb99da7c4085de [INFO] running `Command { std: "docker" "start" "-a" "ab459f44243cd226234138cd6e4652d62c25b6507aed6c9b84eb99da7c4085de", kill_on_drop: false }` [INFO] [stderr] Compiling ibuilder_derive v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/enum_gen/mod.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn variants_def_list(&self) -> VariantsDefList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 111 | fn variants_def_list(&self) -> VariantsDefList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | fn fields_def_list(&self) -> FieldDefList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | fn fields_def_list(&self) -> FieldDefList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | fn fields_new_list(&self) -> FieldNewList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 170 | fn fields_new_list(&self) -> FieldNewList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 178 | fn impl_debug(&self) -> ImplDebug { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 178 | fn impl_debug(&self) -> ImplDebug<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/enum_gen/mod.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn variants_def_list(&self) -> VariantsDefList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 111 | fn variants_def_list(&self) -> VariantsDefList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | fn fields_def_list(&self) -> FieldDefList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | fn fields_def_list(&self) -> FieldDefList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | fn fields_new_list(&self) -> FieldNewList { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 170 | fn fields_new_list(&self) -> FieldNewList<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/struct_gen/mod.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 178 | fn impl_debug(&self) -> ImplDebug { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 178 | fn impl_debug(&self) -> ImplDebug<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "ab459f44243cd226234138cd6e4652d62c25b6507aed6c9b84eb99da7c4085de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab459f44243cd226234138cd6e4652d62c25b6507aed6c9b84eb99da7c4085de", kill_on_drop: false }` [INFO] [stdout] ab459f44243cd226234138cd6e4652d62c25b6507aed6c9b84eb99da7c4085de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 59389114cb2e76b042128a0bfe0cecc7afa526b7d2773c149f19949b3a25f8ec [INFO] running `Command { std: "docker" "start" "-a" "59389114cb2e76b042128a0bfe0cecc7afa526b7d2773c149f19949b3a25f8ec", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/enum_gen/mod.rs:111:26 [INFO] [stderr] | [INFO] [stderr] 111 | fn variants_def_list(&self) -> VariantsDefList { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 111 | fn variants_def_list(&self) -> VariantsDefList<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/struct_gen/mod.rs:162:24 [INFO] [stderr] | [INFO] [stderr] 162 | fn fields_def_list(&self) -> FieldDefList { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 162 | fn fields_def_list(&self) -> FieldDefList<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/struct_gen/mod.rs:170:24 [INFO] [stderr] | [INFO] [stderr] 170 | fn fields_new_list(&self) -> FieldNewList { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 170 | fn fields_new_list(&self) -> FieldNewList<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/struct_gen/mod.rs:178:19 [INFO] [stderr] | [INFO] [stderr] 178 | fn impl_debug(&self) -> ImplDebug { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 178 | fn impl_debug(&self) -> ImplDebug<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `ibuilder_derive` (lib) generated 4 warnings (run `cargo fix --lib -p ibuilder_derive` to apply 4 suggestions) [INFO] [stderr] warning: `ibuilder_derive` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ibuilder_derive-bd217f33384808b5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests ibuilder_derive [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - ibuilder_derive (line 129) ... FAILED [INFO] [stdout] test src/lib.rs - (line 10) ... FAILED [INFO] [stdout] test src/lib.rs - ibuilder_derive (line 103) ... FAILED [INFO] [stdout] test src/lib.rs - ibuilder_derive (line 76) ... FAILED [INFO] [stdout] test src/lib.rs - ibuilder_derive (line 52) ... FAILED [INFO] [stdout] test src/lib.rs - ibuilder_derive (line 146) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - ibuilder_derive (line 129) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use syn::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 10) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ibuilder_derive (line 103) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use syn::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ibuilder_derive (line 76) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use syn::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ibuilder_derive (line 52) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:61:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use syn::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ibuilder_derive (line 146) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] --> src/lib.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(IBuilder)] [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `ibuilder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ibuilder`, use `cargo add ibuilder` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `IBuilder` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use syn::Field; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 10) [INFO] [stdout] src/lib.rs - ibuilder_derive (line 103) [INFO] [stdout] src/lib.rs - ibuilder_derive (line 129) [INFO] [stdout] src/lib.rs - ibuilder_derive (line 146) [INFO] [stdout] src/lib.rs - ibuilder_derive (line 52) [INFO] [stdout] src/lib.rs - ibuilder_derive (line 76) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "59389114cb2e76b042128a0bfe0cecc7afa526b7d2773c149f19949b3a25f8ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59389114cb2e76b042128a0bfe0cecc7afa526b7d2773c149f19949b3a25f8ec", kill_on_drop: false }` [INFO] [stdout] 59389114cb2e76b042128a0bfe0cecc7afa526b7d2773c149f19949b3a25f8ec