[INFO] fetching crate wrapped-vec 0.3.0... [INFO] testing wrapped-vec-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate wrapped-vec 0.3.0 into /workspace/builds/worker-74/source [INFO] validating manifest of crates.io crate wrapped-vec 0.3.0 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 wrapped-vec 0.3.0 [INFO] finished tweaking crates.io crate wrapped-vec 0.3.0 [INFO] tweaked toml for crates.io crate wrapped-vec 0.3.0 written to /workspace/builds/worker-74/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] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43157bc297ecb2e76c21cb4d1a619a4020c672e781c872183cd0c6bf833484be [INFO] running `Command { std: "docker" "start" "-a" "43157bc297ecb2e76c21cb4d1a619a4020c672e781c872183cd0c6bf833484be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43157bc297ecb2e76c21cb4d1a619a4020c672e781c872183cd0c6bf833484be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43157bc297ecb2e76c21cb4d1a619a4020c672e781c872183cd0c6bf833484be", kill_on_drop: false }` [INFO] [stdout] 43157bc297ecb2e76c21cb4d1a619a4020c672e781c872183cd0c6bf833484be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a24f163933e5ff08eea094abe9010a73374ddd7b41a76e224f40c49b02466dd6 [INFO] running `Command { std: "docker" "start" "-a" "a24f163933e5ff08eea094abe9010a73374ddd7b41a76e224f40c49b02466dd6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling wrapped-vec v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | let wrapper = doc_attr!( [INFO] [stdout] | _______________________- [INFO] [stdout] 67 | | input, [INFO] [stdout] 68 | | "CollectionDoc", [INFO] [stdout] 69 | | format!("A collection of {}s", idents.item) [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | let new = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 72 | | input, [INFO] [stdout] 73 | | "CollectionNewDoc", [INFO] [stdout] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | let is_empty = doc_attr!( [INFO] [stdout] | ________________________- [INFO] [stdout] 77 | | input, [INFO] [stdout] 78 | | "CollectionIsEmptyDoc", [INFO] [stdout] 79 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 82 | | ) [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | let len = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 85 | | input, [INFO] [stdout] 86 | | "CollectionLenDoc", [INFO] [stdout] 87 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 90 | | ) [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | let iter = doc_attr!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | input, [INFO] [stdout] 94 | | "CollectionIterDoc", [INFO] [stdout] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stdout] 96 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (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 14.59s [INFO] running `Command { std: "docker" "inspect" "a24f163933e5ff08eea094abe9010a73374ddd7b41a76e224f40c49b02466dd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a24f163933e5ff08eea094abe9010a73374ddd7b41a76e224f40c49b02466dd6", kill_on_drop: false }` [INFO] [stdout] a24f163933e5ff08eea094abe9010a73374ddd7b41a76e224f40c49b02466dd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1149351df334d8e14a076fb226e069e269b50d161490425f3f624ef70feed61d [INFO] running `Command { std: "docker" "start" "-a" "1149351df334d8e14a076fb226e069e269b50d161490425f3f624ef70feed61d", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | let wrapper = doc_attr!( [INFO] [stdout] | _______________________- [INFO] [stdout] 67 | | input, [INFO] [stdout] 68 | | "CollectionDoc", [INFO] [stdout] 69 | | format!("A collection of {}s", idents.item) [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | let new = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 72 | | input, [INFO] [stdout] 73 | | "CollectionNewDoc", [INFO] [stdout] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wrapped-vec v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | let is_empty = doc_attr!( [INFO] [stdout] | ________________________- [INFO] [stdout] 77 | | input, [INFO] [stdout] 78 | | "CollectionIsEmptyDoc", [INFO] [stdout] 79 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 82 | | ) [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | let len = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 85 | | input, [INFO] [stdout] 86 | | "CollectionLenDoc", [INFO] [stdout] 87 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 90 | | ) [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | let iter = doc_attr!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | input, [INFO] [stdout] 94 | | "CollectionIterDoc", [INFO] [stdout] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stdout] 96 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (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: unnecessary trailing semicolon [INFO] [stdout] --> tests/test.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct Fruit {}; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | let wrapper = doc_attr!( [INFO] [stdout] | _______________________- [INFO] [stdout] 67 | | input, [INFO] [stdout] 68 | | "CollectionDoc", [INFO] [stdout] 69 | | format!("A collection of {}s", idents.item) [INFO] [stdout] 70 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 71 | let new = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 72 | | input, [INFO] [stdout] 73 | | "CollectionNewDoc", [INFO] [stdout] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | let is_empty = doc_attr!( [INFO] [stdout] | ________________________- [INFO] [stdout] 77 | | input, [INFO] [stdout] 78 | | "CollectionIsEmptyDoc", [INFO] [stdout] 79 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 82 | | ) [INFO] [stdout] 83 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | let len = doc_attr!( [INFO] [stdout] | ___________________- [INFO] [stdout] 85 | | input, [INFO] [stdout] 86 | | "CollectionLenDoc", [INFO] [stdout] 87 | | format!( [INFO] [stdout] ... | [INFO] [stdout] 90 | | ) [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | let iter = doc_attr!( [INFO] [stdout] | ____________________- [INFO] [stdout] 93 | | input, [INFO] [stdout] 94 | | "CollectionIterDoc", [INFO] [stdout] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stdout] 96 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `doc_attr` (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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/wrapped_vec-06db2ee24306ceda) [INFO] [stderr] Executable tests/test.rs (/opt/rustwide/target/debug/deps/test-d0b7935b73aa88b5) [INFO] running `Command { std: "docker" "inspect" "1149351df334d8e14a076fb226e069e269b50d161490425f3f624ef70feed61d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1149351df334d8e14a076fb226e069e269b50d161490425f3f624ef70feed61d", kill_on_drop: false }` [INFO] [stdout] 1149351df334d8e14a076fb226e069e269b50d161490425f3f624ef70feed61d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ee836c55fa999d5ba31e790a43987b221fc884d23f6c8482434802d91a96f85d [INFO] running `Command { std: "docker" "start" "-a" "ee836c55fa999d5ba31e790a43987b221fc884d23f6c8482434802d91a96f85d", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 66 | let wrapper = doc_attr!( [INFO] [stderr] | _______________________- [INFO] [stderr] 67 | | input, [INFO] [stderr] 68 | | "CollectionDoc", [INFO] [stderr] 69 | | format!("A collection of {}s", idents.item) [INFO] [stderr] 70 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 71 | let new = doc_attr!( [INFO] [stderr] | ___________________- [INFO] [stderr] 72 | | input, [INFO] [stderr] 73 | | "CollectionNewDoc", [INFO] [stderr] 74 | | format!("Creates a new, empty {}", idents.collection) [INFO] [stderr] 75 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 76 | let is_empty = doc_attr!( [INFO] [stderr] | ________________________- [INFO] [stderr] 77 | | input, [INFO] [stderr] 78 | | "CollectionIsEmptyDoc", [INFO] [stderr] 79 | | format!( [INFO] [stderr] ... | [INFO] [stderr] 82 | | ) [INFO] [stderr] 83 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 84 | let len = doc_attr!( [INFO] [stderr] | ___________________- [INFO] [stderr] 85 | | input, [INFO] [stderr] 86 | | "CollectionLenDoc", [INFO] [stderr] 87 | | format!( [INFO] [stderr] ... | [INFO] [stderr] 90 | | ) [INFO] [stderr] 91 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:60:59 [INFO] [stderr] | [INFO] [stderr] 60 | attr_string_val($input, $attr).unwrap_or($default); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 92 | let iter = doc_attr!( [INFO] [stderr] | ____________________- [INFO] [stderr] 93 | | input, [INFO] [stderr] 94 | | "CollectionIterDoc", [INFO] [stderr] 95 | | format!("Returns an iterator over the {}", idents.collection) [INFO] [stderr] 96 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `doc_attr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `wrapped-vec` (lib) generated 5 warnings [INFO] [stderr] warning: `wrapped-vec` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> tests/test.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | pub struct Fruit {}; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `wrapped-vec` (test "test") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wrapped_vec-06db2ee24306ceda) [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] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-d0b7935b73aa88b5) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test implements_derives ... ok [INFO] [stdout] test implements_from_iterator ... ok [INFO] [stdout] test implements_extend ... ok [INFO] [stdout] test implements_from_vec ... ok [INFO] [stdout] test implements_into_iterator ... ok [INFO] [stdout] test implements_into_iterator_ref ... ok [INFO] [stdout] test implements_is_empty ... ok [INFO] [stdout] test implements_iter ... ok [INFO] [stdout] test implements_len ... ok [INFO] [stdout] test implements_new ... ok [INFO] [stdout] test type_exists ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests wrapped-vec [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" "ee836c55fa999d5ba31e790a43987b221fc884d23f6c8482434802d91a96f85d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee836c55fa999d5ba31e790a43987b221fc884d23f6c8482434802d91a96f85d", kill_on_drop: false }` [INFO] [stdout] ee836c55fa999d5ba31e790a43987b221fc884d23f6c8482434802d91a96f85d