[INFO] cloning repository https://github.com/MTRNord/matrix-fuzz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MTRNord/matrix-fuzz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMTRNord%2Fmatrix-fuzz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMTRNord%2Fmatrix-fuzz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e0499d9d5710f466469acdd7c527e84d7cc53e2
[INFO] checking MTRNord/matrix-fuzz/5e0499d9d5710f466469acdd7c527e84d7cc53e2 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMTRNord%2Fmatrix-fuzz" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MTRNord/matrix-fuzz
[INFO] finished tweaking git repo https://github.com/MTRNord/matrix-fuzz
[INFO] tweaked toml for git repo https://github.com/MTRNord/matrix-fuzz written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MTRNord/matrix-fuzz on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MTRNord/matrix-fuzz already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `createRoom` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../createRoom
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `create-room`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "createRoom"
[INFO] [stderr] 2 + name = "create-room"
[INFO] [stderr]   |
[INFO] [stderr] warning: `matrix-fuzz` (manifest) generated 1 warning
[INFO] [stderr]     Updating git repository `https://github.com/MTRNord/fuzzcheck-rs.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/teymour-aldridge/fuzzcheck_generators.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded derive_arbitrary v1.1.3
[INFO] [stderr]   Downloaded arbitrary v1.1.3
[INFO] [stderr]   Downloaded os_str_bytes v6.2.0
[INFO] [stderr]   Downloaded hyper-rustls v0.23.0
[INFO] [stderr]   Downloaded semver v1.0.13
[INFO] [stderr]   Downloaded async-compression v0.3.14
[INFO] [stderr]   Downloaded reqwest v0.11.11
[INFO] [stderr]   Downloaded unicode-normalization v0.1.21
[INFO] [stderr]   Downloaded xdg v2.4.1
[INFO] [stderr]   Downloaded hyper v0.14.20
[INFO] [stderr]   Downloaded clap v3.2.17
[INFO] [stderr]   Downloaded webpki-roots v0.22.4
[INFO] [stderr]   Downloaded rustls v0.20.6
[INFO] [stderr]   Downloaded libc v0.2.131
[INFO] [stderr]   Downloaded tokio v1.20.1
[INFO] [stderr]   Downloaded afl v0.12.4
[INFO] [stderr]   Downloaded rustls-pemfile v1.0.1
[INFO] [stderr]   Downloaded flate2 v1.0.24
[INFO] [stderr]   Downloaded libz-sys v1.1.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486
[INFO] running `Command { std: "docker" "start" "6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `createRoom` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../createRoom
[INFO] [stderr]   |                          ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `create-room`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "createRoom"
[INFO] [stderr] 2 + name = "create-room"
[INFO] [stderr]   |
[INFO] [stderr] warning: `matrix-fuzz` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.131
[INFO] [stderr]     Checking once_cell v1.13.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]     Checking bytes v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling semver v1.0.13
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking miniz_oxide v0.5.3
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking os_str_bytes v6.2.0
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking fuzzcheck_common v0.12.0 (https://github.com/MTRNord/fuzzcheck-rs.git?branch=patch-1#08befb2d)
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking object v0.29.0
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(no_coverage)]
[INFO] [stdout]   |            ^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.74.0; see <https://github.com/rust-lang/rust/pull/114656> for more information
[INFO] [stdout]   = note: renamed to `coverage_attribute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:193:13
[INFO] [stdout]     |
[INFO] [stdout] 193 |             #[no_coverage]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 #[no_coverage]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:215:17
[INFO] [stdout]     |
[INFO] [stdout] 215 |                 #[no_coverage]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:222:13
[INFO] [stdout]     |
[INFO] [stdout] 222 |             #[no_coverage]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:233:13
[INFO] [stdout]     |
[INFO] [stdout] 233 |             #[no_coverage]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:244:13
[INFO] [stdout]     |
[INFO] [stdout] 244 |             #[no_coverage]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |             #[no_coverage]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:266:13
[INFO] [stdout]     |
[INFO] [stdout] 266 |             #[no_coverage]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:276:21
[INFO] [stdout]     |
[INFO] [stdout] 276 |                     #[no_coverage]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:288:21
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     #[no_coverage]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:305:21
[INFO] [stdout]     |
[INFO] [stdout] 305 |                     #[no_coverage]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: attributes on expressions are experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:314:17
[INFO] [stdout]     |
[INFO] [stdout] 314 |                 #[no_coverage]
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information
[INFO] [stdout]     = help: add `#![feature(stmt_expr_attributes)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2026-09-09; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[no_coverage]
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 35 -     #[no_coverage]
[INFO] [stdout] 35 +     #[coverage]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[no_coverage]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 87 - #[no_coverage]
[INFO] [stdout] 87 + #[coverage]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:180:7
[INFO] [stdout]     |
[INFO] [stdout] 180 |     #[no_coverage]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 180 -     #[no_coverage]
[INFO] [stdout] 180 +     #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:193:15
[INFO] [stdout]     |
[INFO] [stdout] 193 |             #[no_coverage]
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 193 -             #[no_coverage]
[INFO] [stdout] 193 +             #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:211:19
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 #[no_coverage]
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 211 -                 #[no_coverage]
[INFO] [stdout] 211 +                 #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:215:19
[INFO] [stdout]     |
[INFO] [stdout] 215 |                 #[no_coverage]
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 215 -                 #[no_coverage]
[INFO] [stdout] 215 +                 #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:222:15
[INFO] [stdout]     |
[INFO] [stdout] 222 |             #[no_coverage]
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 222 -             #[no_coverage]
[INFO] [stdout] 222 +             #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:233:15
[INFO] [stdout]     |
[INFO] [stdout] 233 |             #[no_coverage]
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 233 -             #[no_coverage]
[INFO] [stdout] 233 +             #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 244 |             #[no_coverage]
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 244 -             #[no_coverage]
[INFO] [stdout] 244 +             #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:255:15
[INFO] [stdout]     |
[INFO] [stdout] 255 |             #[no_coverage]
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 255 -             #[no_coverage]
[INFO] [stdout] 255 +             #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:266:15
[INFO] [stdout]     |
[INFO] [stdout] 266 |             #[no_coverage]
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 266 -             #[no_coverage]
[INFO] [stdout] 266 +             #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:276:23
[INFO] [stdout]     |
[INFO] [stdout] 276 |                     #[no_coverage]
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 276 -                     #[no_coverage]
[INFO] [stdout] 276 +                     #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:288:23
[INFO] [stdout]     |
[INFO] [stdout] 288 |                     #[no_coverage]
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 288 -                     #[no_coverage]
[INFO] [stdout] 288 +                     #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:305:23
[INFO] [stdout]     |
[INFO] [stdout] 305 |                     #[no_coverage]
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 305 -                     #[no_coverage]
[INFO] [stdout] 305 +                     #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:314:19
[INFO] [stdout]     |
[INFO] [stdout] 314 |                 #[no_coverage]
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 314 -                 #[no_coverage]
[INFO] [stdout] 314 +                 #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:344:3
[INFO] [stdout]     |
[INFO] [stdout] 344 | #[no_coverage]
[INFO] [stdout]     |   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 344 - #[no_coverage]
[INFO] [stdout] 344 + #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:411:7
[INFO] [stdout]     |
[INFO] [stdout] 411 |     #[no_coverage]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 411 -     #[no_coverage]
[INFO] [stdout] 411 +     #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:417:7
[INFO] [stdout]     |
[INFO] [stdout] 417 |     #[no_coverage]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 417 -     #[no_coverage]
[INFO] [stdout] 417 +     #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `no_coverage` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/fuzzcheck-rs-0fcf3087c49ab02f/08befb2/fuzzcheck_common/src/arg.rs:450:7
[INFO] [stdout]     |
[INFO] [stdout] 450 |     #[no_coverage]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 450 -     #[no_coverage]
[INFO] [stdout] 450 +     #[coverage]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stdout] Some errors have detailed explanations: E0557, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fuzzcheck_common` (lib) due to 32 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486", kill_on_drop: false }`
[INFO] [stdout] 6b19a34318ecfa6ae308594ded9152f2e1f45c6cf4baccc07e5679ac876e7486
