[INFO] fetching crate bogobble 0.1.1... [INFO] testing bogobble-0.1.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate bogobble 0.1.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate bogobble 0.1.1 [INFO] finished tweaking crates.io crate bogobble 0.1.1 [INFO] tweaked toml for crates.io crate bogobble 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bogobble 0.1.1 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] 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-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" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de7ec88a7ddaf0b4dc0b566e0ca9e22136c2f7037acbed870c123b23fd196bcc [INFO] running `Command { std: "docker" "start" "-a" "de7ec88a7ddaf0b4dc0b566e0ca9e22136c2f7037acbed870c123b23fd196bcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de7ec88a7ddaf0b4dc0b566e0ca9e22136c2f7037acbed870c123b23fd196bcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de7ec88a7ddaf0b4dc0b566e0ca9e22136c2f7037acbed870c123b23fd196bcc", kill_on_drop: false }` [INFO] [stdout] de7ec88a7ddaf0b4dc0b566e0ca9e22136c2f7037acbed870c123b23fd196bcc [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" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9ea95b0f47d3707d4e5025a0719bb975130556b9360828db3685fa44a2061c1 [INFO] running `Command { std: "docker" "start" "-a" "a9ea95b0f47d3707d4e5025a0719bb975130556b9360828db3685fa44a2061c1", kill_on_drop: false }` [INFO] [stderr] Compiling bogobble v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `macros::*` [INFO] [stdout] --> src/lib.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use macros::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | ($s:expr,$($x:expr),* $(,)?) => { $s$(.or($x))*;}; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/common.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | last('\\',or!('t'.map(|_|'\t'), 'r'.map(|_|'\r'), 'n'.map(|_|'\n'), Any.one())) [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: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] = note: this error originates in the macro `or` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private item shadows public glob re-export [INFO] [stdout] --> src/partial/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use ranger::Ranger; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the name `Ranger` in the type namespace is supposed to be publicly re-exported here [INFO] [stdout] --> src/partial/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use traits::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: but the private item here shadows it [INFO] [stdout] --> src/partial/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use ranger::Ranger; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(hidden_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | fn br(&self) -> BRP { [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] 83 | fn br(&self) -> BRP<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bogobble` (lib) due to 2 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a9ea95b0f47d3707d4e5025a0719bb975130556b9360828db3685fa44a2061c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9ea95b0f47d3707d4e5025a0719bb975130556b9360828db3685fa44a2061c1", kill_on_drop: false }` [INFO] [stdout] a9ea95b0f47d3707d4e5025a0719bb975130556b9360828db3685fa44a2061c1