[INFO] fetching crate fips 0.1.0... [INFO] testing fips-0.1.0 against beta-2023-10-21 for beta-1.74-4 [INFO] extracting crate fips 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate fips 0.1.0 on toolchain beta-2023-10-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain [INFO] started tweaking crates.io crate fips 0.1.0 [INFO] finished tweaking crates.io crate fips 0.1.0 [INFO] tweaked toml for crates.io crate fips 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate fips 0.1.0 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" "+beta-2023-10-21" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b72f08190ba55db3cf8ba9d6677f5576e5844e9020ada08d9a59c18357e3a98 [INFO] running `Command { std: "docker" "start" "-a" "8b72f08190ba55db3cf8ba9d6677f5576e5844e9020ada08d9a59c18357e3a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b72f08190ba55db3cf8ba9d6677f5576e5844e9020ada08d9a59c18357e3a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b72f08190ba55db3cf8ba9d6677f5576e5844e9020ada08d9a59c18357e3a98", kill_on_drop: false }` [INFO] [stdout] 8b72f08190ba55db3cf8ba9d6677f5576e5844e9020ada08d9a59c18357e3a98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53eef030f227b92dbf6f23a3974d16bc81338ce18a4a14ee7a47138a26ac0924 [INFO] running `Command { std: "docker" "start" "-a" "53eef030f227b92dbf6f23a3974d16bc81338ce18a4a14ee7a47138a26ac0924", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libc v0.2.124 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.93 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_shared v0.11.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling phf_generator v0.11.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling schemars v0.8.11 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling clap_lex v0.1.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling destructure_traitobject v0.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling anyhow v1.0.68 [INFO] [stderr] Compiling dyn-clone v1.0.10 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling unsafe-any-ors v1.0.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling chrono v0.4.20 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling typemap-ors v1.0.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling thread-id v4.0.0 [INFO] [stderr] Compiling arc-swap v1.6.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling http-range v0.1.5 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling phf_macros v0.11.1 [INFO] [stderr] Compiling clap_derive v3.1.7 [INFO] [stderr] Compiling schemars_derive v0.8.11 [INFO] [stderr] Compiling phf v0.11.1 [INFO] [stderr] Compiling csscolorparser v0.6.2 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling colorgrad v0.6.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling clap v3.1.12 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling json_dotpath v1.1.0 [INFO] [stderr] Compiling treediff v4.0.2 [INFO] [stderr] Compiling fips_plugin_registry v0.1.0 [INFO] [stderr] Compiling json-patch v0.3.0 [INFO] [stderr] Compiling gradient_tui_fork v0.19.0 [INFO] [stderr] Compiling log4rs v1.2.0 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling fips_configuration v0.1.0 [INFO] [stderr] Compiling fips_utility v0.1.0 [INFO] [stderr] Compiling hyper-staticfile v0.9.2 [INFO] [stderr] Compiling fips_terminal_ui v0.1.0 [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fips_terminal_ui-0.1.0/src/cli/ui.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | .constraints(constraints.as_ref()) [INFO] [stdout] | ^^^^^^^^^^^ ------ type must be known at this point [INFO] [stdout] | | [INFO] [stdout] | cannot infer type of the type parameter `C` declared on the method `constraints` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `Vec: AsRef<_>` found in the `alloc` crate: [INFO] [stdout] - impl AsRef> for Vec [INFO] [stdout] where A: Allocator; [INFO] [stdout] - impl AsRef<[T]> for Vec [INFO] [stdout] where A: Allocator; [INFO] [stdout] help: consider specifying the generic argument [INFO] [stdout] | [INFO] [stdout] 141 | .constraints::<&T>(constraints.as_ref()) [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/fips_terminal_ui-0.1.0/src/cli/ui.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | .constraints(constraints.as_ref()) [INFO] [stdout] | ^^^^^^^^^^^ ------ type must be known at this point [INFO] [stdout] | | [INFO] [stdout] | cannot infer type of the type parameter `C` declared on the method `constraints` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `Vec: AsRef<_>` found in the `alloc` crate: [INFO] [stdout] - impl AsRef> for Vec [INFO] [stdout] where A: Allocator; [INFO] [stdout] - impl AsRef<[T]> for Vec [INFO] [stdout] where A: Allocator; [INFO] [stdout] help: consider specifying the generic argument [INFO] [stdout] | [INFO] [stdout] 167 | .constraints::<&T>(constraints.as_ref()) [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fips_terminal_ui` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "53eef030f227b92dbf6f23a3974d16bc81338ce18a4a14ee7a47138a26ac0924", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53eef030f227b92dbf6f23a3974d16bc81338ce18a4a14ee7a47138a26ac0924", kill_on_drop: false }` [INFO] [stdout] 53eef030f227b92dbf6f23a3974d16bc81338ce18a4a14ee7a47138a26ac0924