[INFO] cloning repository https://github.com/beeb/lintspec
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/beeb/lintspec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeeb%2Flintspec", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeeb%2Flintspec'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cb70899c067579098e64b2b48e9a05038ade5020
[INFO] testing beeb/lintspec against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeeb%2Flintspec" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/beeb/lintspec
[INFO] finished tweaking git repo https://github.com/beeb/lintspec
[INFO] tweaked toml for git repo https://github.com/beeb/lintspec written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/beeb/lintspec on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/beeb/lintspec 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de
[INFO] running `Command { std: "docker" "start" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de", 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" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling solar-config v0.1.8
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling boxcar v0.2.14
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling index_vec v0.1.4
[INFO] [stderr]    Compiling const-hex v1.19.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling annotate-snippets v0.12.16
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling once_map v0.4.24
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling inturn v0.1.2
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling normalize-path v0.2.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling ruint v1.18.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling mutants v0.0.3
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling safe_arch v1.0.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling unsynn v0.3.0
[INFO] [stderr]    Compiling solar-data-structures v0.1.8
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling wide v1.4.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling lintspec-macros v0.3.0 (/opt/rustwide/workdir/crates/lintspec-macros)
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling solar-macros v0.1.8
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling thiserror-ext-derive v0.3.0
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.4
[INFO] [stderr]    Compiling thiserror-ext v0.3.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling solar-interface v0.1.8
[INFO] [stderr]    Compiling alloy-primitives v1.5.7
[INFO] [stderr]    Compiling solar-ast v0.1.8
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling bon v3.9.1
[INFO] [stderr]    Compiling solar-parse v0.1.8
[INFO] [stderr]    Compiling lintspec-core v0.17.0 (/opt/rustwide/workdir/crates/lintspec-core)
[INFO] [stderr]    Compiling lintspec v0.17.0 (/opt/rustwide/workdir/crates/lintspec)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling codspeed-divan-compat v4.6.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling temp-dir v0.2.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling similar v3.1.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unsynn v0.3.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling codspeed v4.6.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling lintspec-macros v0.3.0 (/opt/rustwide/workdir/crates/lintspec-macros)
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling inturn v0.1.2
[INFO] [stderr]    Compiling solar-data-structures v0.1.8
[INFO] [stderr]    Compiling once_map v0.4.24
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling similar-asserts v2.0.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling solar-macros v0.1.8
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling divan-macros v0.1.17
[INFO] [stderr]    Compiling thiserror-ext-derive v0.3.0
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling codspeed-divan-compat-macros v4.6.0
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling thiserror-ext v0.3.0
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.4
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling solar-config v0.1.8
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling solar-interface v0.1.8
[INFO] [stderr]    Compiling alloy-primitives v1.5.7
[INFO] [stderr]    Compiling codspeed-divan-compat-walltime v4.6.0
[INFO] [stderr]    Compiling bon v3.9.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling solar-ast v0.1.8
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling solar-parse v0.1.8
[INFO] [stderr]    Compiling lintspec-core v0.17.0 (/opt/rustwide/workdir/crates/lintspec-core)
[INFO] [stderr]    Compiling lintspec v0.17.0 (/opt/rustwide/workdir/crates/lintspec)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lintspec-e494be8e1f2b8d25)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/lintspec-8b721663af273502)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/lintspec_core-ef98cacbdef7fe48)
[INFO] [stdout] 
[INFO] [stdout] running 131 tests
[INFO] [stdout] test config::tests::test_default_builder ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_enforce ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_duplicate ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_multiline ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_no_params ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_no_natspec ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_only_notice ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_one_missing ... ok
[INFO] [stdout] test definitions::contract::tests::test_contract_inheritdoc ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_missing ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_only_notice ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_enforce ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_duplicate ... ok
[INFO] [stdout] test definitions::contract::tests::test_contract_no_natspec ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_no_contract ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_multiline ... ok
[INFO] [stdout] test definitions::contract::tests::test_contract ... ok
[INFO] [stdout] test definitions::contract::tests::test_contract_multiline ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_no_contract_one_missing ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_inheritdoc ... ok
[INFO] [stdout] test definitions::constructor::tests::test_constructor_notice ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_one_missing ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_no_contract_missing ... ok
[INFO] [stdout] test definitions::error::tests::test_error_no_contract ... ok
[INFO] [stdout] test definitions::enumeration::tests::test_enum_params ... ok
[INFO] [stdout] test definitions::error::tests::test_error_no_contract_missing ... ok
[INFO] [stdout] test definitions::error::tests::test_error_only_notice ... ok
[INFO] [stdout] test definitions::error::tests::test_error ... ok
[INFO] [stdout] test definitions::event::tests::test_event_no_contract_missing ... ok
[INFO] [stdout] test definitions::error::tests::test_error_inheritdoc ... ok
[INFO] [stdout] test definitions::error::tests::test_error_duplicate ... ok
[INFO] [stdout] test definitions::event::tests::test_event_no_contract ... ok
[INFO] [stdout] test definitions::error::tests::test_error_no_natspec ... ok
[INFO] [stdout] test definitions::event::tests::test_event_no_natspec ... ok
[INFO] [stdout] test definitions::error::tests::test_error_no_params ... ok
[INFO] [stdout] test definitions::error::tests::test_error_one_missing ... ok
[INFO] [stdout] test definitions::event::tests::test_event ... ok
[INFO] [stdout] test definitions::error::tests::test_error_extra ... ok
[INFO] [stdout] test definitions::event::tests::test_event_inheritdoc ... ok
[INFO] [stdout] test definitions::event::tests::test_event_multiline ... ok
[INFO] [stdout] test definitions::error::tests::test_error_multiline ... ok
[INFO] [stdout] test definitions::event::tests::test_event_duplicate ... ok
[INFO] [stdout] test definitions::event::tests::test_event_no_params ... ok
[INFO] [stdout] test definitions::function::tests::test_function_duplicate ... ok
[INFO] [stdout] test definitions::function::tests::test_function ... ok
[INFO] [stdout] test definitions::function::tests::test_function_duplicate_return ... ok
[INFO] [stdout] test definitions::event::tests::test_event_only_notice ... ok
[INFO] [stdout] test definitions::function::tests::test_function_no_params ... ok
[INFO] [stdout] test definitions::function::tests::test_function_one_missing ... ok
[INFO] [stdout] test definitions::function::tests::test_function_multiline ... ok
[INFO] [stdout] test definitions::function::tests::test_function_inheritdoc_missing ... ok
[INFO] [stdout] test definitions::interface::tests::test_interface ... ok
[INFO] [stdout] test definitions::function::tests::test_function_inheritdoc ... ok
[INFO] [stdout] test definitions::function::tests::test_function_duplicate_unnamed_return ... ok
[INFO] [stdout] test definitions::interface::tests::test_interface_inheritdoc ... ok
[INFO] [stdout] test definitions::function::tests::test_function_only_notice ... ok
[INFO] [stdout] test definitions::library::tests::test_library ... ok
[INFO] [stdout] test definitions::library::tests::test_library_multiline ... ok
[INFO] [stdout] test definitions::interface::tests::test_interface_no_natspec ... ok
[INFO] [stdout] test definitions::function::tests::test_requires_inheritdoc ... ok
[INFO] [stdout] test definitions::library::tests::test_library_inheritdoc ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_duplicate ... ok
[INFO] [stdout] test definitions::interface::tests::test_interface_multiline ... ok
[INFO] [stdout] test definitions::library::tests::test_library_no_natspec ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_inheritdoc ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_inheritdoc_missing ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_multiline ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_no_natspec ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_no_params ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_one_missing ... ok
[INFO] [stdout] test definitions::function::tests::test_function_no_natspec ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_no_params_no_paren ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier_only_notice ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_inheritdoc ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_no_contract ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_one_missing ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_multiline ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_missing ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_duplicate ... ok
[INFO] [stdout] test definitions::modifier::tests::test_modifier ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_no_contract_missing ... ok
[INFO] [stdout] test definitions::modifier::tests::test_requires_inheritdoc ... ok
[INFO] [stdout] test definitions::tests::test_contract_type_display ... ok
[INFO] [stdout] test definitions::tests::test_contract_type_from_str ... ok
[INFO] [stdout] test definitions::tests::test_contract_type_from_str_invalid ... ok
[INFO] [stdout] test definitions::tests::test_contract_type_from_str_case_insensitive ... ok
[INFO] [stdout] test definitions::tests::test_item_type_display ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_no_contract_one_missing ... ok
[INFO] [stdout] test definitions::tests::test_item_type_from_str ... ok
[INFO] [stdout] test definitions::tests::test_item_type_from_str_invalid ... ok
[INFO] [stdout] test definitions::tests::test_item_type_from_str_case_sensitive ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_only_notice ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_params ... ok
[INFO] [stdout] test lint::tests::test_validation_options_default ... ok
[INFO] [stdout] test natspec::tests::test_kind ... ok
[INFO] [stdout] test definitions::variable::tests::test_variable_only_notice ... ok
[INFO] [stdout] test definitions::variable::tests::test_variable_no_natspec ... ok
[INFO] [stdout] test natspec::tests::test_multiline2 ... ok
[INFO] [stdout] test definitions::variable::tests::test_variable_no_natspec_inheritdoc ... ok
[INFO] [stdout] test definitions::variable::tests::test_variable_no_inheritdoc ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_extra_param ... ok
[INFO] [stdout] test definitions::variable::tests::test_requires_inheritdoc ... ok
[INFO] [stdout] test definitions::structure::tests::test_struct_missing_space ... ok
[INFO] [stdout] test natspec::tests::test_multiline_empty ... ok
[INFO] [stdout] test natspec::tests::test_multiline3 ... ok
[INFO] [stdout] test lint::tests::test_validation_options_conversion ... ok
[INFO] [stdout] test natspec::tests::test_multiline ... ok
[INFO] [stdout] test definitions::variable::tests::test_variable_multiline ... ok
[INFO] [stdout] test definitions::variable::tests::test_variable ... ok
[INFO] [stdout] test natspec::tests::test_multiline_weird ... ok
[INFO] [stdout] test natspec::tests::test_one_multiline_item ... ok
[INFO] [stdout] test natspec::tests::test_single_line_weird ... ok
[INFO] [stdout] test natspec::tests::test_single_line ... ok
[INFO] [stdout] test textindex::tests::test_advance_multiple_newlines ... ok
[INFO] [stdout] test textindex::tests::test_advance_newline ... ok
[INFO] [stdout] test textindex::tests::test_advance_simple ... ok
[INFO] [stdout] test textindex::tests::test_advance_unicode ... ok
[INFO] [stdout] test textindex::tests::test_advance_unicode_newlines ... ok
[INFO] [stdout] test natspec::tests::test_single_line_empty ... ok
[INFO] [stdout] test textindex::tests::test_compute_indices_duplicate_offsets ... ok
[INFO] [stdout] test textindex::tests::test_compute_indices_simple ... ok
[INFO] [stdout] test textindex::tests::test_compute_indices_unicode_line_separators ... ok
[INFO] [stdout] test textindex::tests::test_compute_indices_with_carriage_return ... ok
[INFO] [stdout] test textindex::tests::test_advance_next_offset_newline ... ok
[INFO] [stdout] test textindex::tests::test_compute_indices_with_newlines ... ok
[INFO] [stdout] test textindex::tests::test_advance_next_offset ... ok
[INFO] [stdout] test textindex::tests::test_compute_indices_with_unicode ... ok
[INFO] [stdout] test textindex::tests::test_compute_indices_empty_source - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 131 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/common.rs (/opt/rustwide/target/debug/deps/common-ca5adb694a93240d)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests-basic-sample.rs (/opt/rustwide/target/debug/deps/tests_basic_sample-d5c3187eb748de17)
[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] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_all_no_inheritdoc ... ok
[INFO] [stderr]      Running tests/tests-fuzzers.rs (/opt/rustwide/target/debug/deps/tests_fuzzers-f8602a5c17946198)
[INFO] [stdout] test test_struct ... ok
[INFO] [stdout] test test_constructor ... ok
[INFO] [stdout] test test_contract ... ok
[INFO] [stdout] test test_all ... ok
[INFO] [stdout] test test_inheritdoc ... ok
[INFO] [stdout] test test_basic ... ok
[INFO] [stdout] test test_enum ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_fuzzers ... ok
[INFO] [stderr]      Running tests/tests-interface-sample.rs (/opt/rustwide/target/debug/deps/tests_interface_sample-6ac8f8d3f37d11d1)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_interface ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests-library-sample.rs (/opt/rustwide/target/debug/deps/tests_library_sample-48e623ca7b27c564)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_library ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests-parser-test.rs (/opt/rustwide/target/debug/deps/tests_parser_test-d7dfea1af4aa7414)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_constructor ... ok
[INFO] [stdout] test test_enum ... ok
[INFO] [stdout] test test_basic ... ok
[INFO] [stdout] test test_inheritdoc ... ok
[INFO] [stdout] test test_struct ... ok
[INFO] [stdout] test test_contract ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests-slang.rs (/opt/rustwide/target/debug/deps/tests_slang-23b6ab6388b250a3)
[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/tests-unicode-sample.rs (/opt/rustwide/target/debug/deps/tests_unicode_sample-9d5466d4b2b6337f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_unicode ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lintspec_macros-3a18bf867a7ace3b)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests-as_to_variant.rs (/opt/rustwide/target/debug/deps/tests_as_to_variant-6f3a7fc6359e9078)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests lintspec
[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] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_as_variant_nomatch ... ok
[INFO] [stdout] test test_to_variant_nomatch ... ok
[INFO] [stdout] test test_to_variant_match ... ok
[INFO] [stdout] test test_case_conversion ... ok
[INFO] [stdout] test test_as_variant_match ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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 lintspec_core
[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 lintspec_macros
[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" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de", kill_on_drop: false }`
[INFO] [stdout] 4d7fe49b43e1629691445172341f10f293b61e43b0c16ec97705104766d355de
