[INFO] fetching crate e2020-data-viewer 0.1.7... [INFO] checking e2020-data-viewer-0.1.7 against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971 [INFO] extracting crate e2020-data-viewer 0.1.7 into /workspace/builds/worker-2-tc2/source [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate e2020-data-viewer 0.1.7 [INFO] finished tweaking crates.io crate e2020-data-viewer 0.1.7 [INFO] tweaked toml for crates.io crate e2020-data-viewer 0.1.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate e2020-data-viewer 0.1.7 on toolchain 6284d7b4bd27983dba388146648ab844ca7d032f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate e2020-data-viewer 0.1.7 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" "+6284d7b4bd27983dba388146648ab844ca7d032f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 526b69c84677e6f2d146a0abe0496f702c46e8c58973ade558d39a6b2eb06e92 [INFO] running `Command { std: "docker" "start" "-a" "526b69c84677e6f2d146a0abe0496f702c46e8c58973ade558d39a6b2eb06e92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "526b69c84677e6f2d146a0abe0496f702c46e8c58973ade558d39a6b2eb06e92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "526b69c84677e6f2d146a0abe0496f702c46e8c58973ade558d39a6b2eb06e92", kill_on_drop: false }` [INFO] [stdout] 526b69c84677e6f2d146a0abe0496f702c46e8c58973ade558d39a6b2eb06e92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bc17e53357dd489eba865871b5a091b90e2cd7e4f9decc4b426d685076213d8 [INFO] running `Command { std: "docker" "start" "-a" "9bc17e53357dd489eba865871b5a091b90e2cd7e4f9decc4b426d685076213d8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling serde v1.0.202 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling syn v2.0.65 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling camino v1.1.7 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking anstyle-parse v0.2.4 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking anstyle-query v1.0.3 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking is_terminal_polyfill v1.70.0 [INFO] [stderr] Checking colorchoice v1.0.1 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking unicode-width v0.1.12 [INFO] [stderr] Checking miniz_oxide v0.7.3 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking parking_lot v0.12.2 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Compiling vergen v8.3.1 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling hdf5-types v0.8.1 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Compiling libz-sys v1.1.16 [INFO] [stderr] Compiling hdf5-src v0.8.1 [INFO] [stderr] Compiling libgit2-sys v0.16.2+1.7.2 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Checking castaway v0.2.2 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Compiling hdf5 v0.8.1 [INFO] [stderr] Checking owo-colors v3.5.0 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking ndarray v0.15.6 [INFO] [stderr] Checking vte v0.11.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking compact_str v0.7.1 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking lru v0.12.3 [INFO] [stderr] Checking unicode-truncate v1.0.0 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking env_logger v0.11.3 [INFO] [stderr] Checking shellexpand v3.1.0 [INFO] [stderr] Checking strip-ansi-escapes v0.2.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shellexpand-3.1.0/src/funcs.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 394 | let var_name = match var_name.as_str() { [INFO] [stdout] | ----------------- this expression has type `&str` [INFO] [stdout] 395 | Some(var_name) => var_name, [INFO] [stdout] | ^^^^^^^^^^^^^^ expected `str`, found `Option<_>` [INFO] [stdout] | [INFO] [stdout] = note: expected type `str` [INFO] [stdout] found enum `Option<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shellexpand-3.1.0/src/funcs.rs:397:21 [INFO] [stdout] | [INFO] [stdout] 394 | let var_name = match var_name.as_str() { [INFO] [stdout] | ----------------- this expression has type `&str` [INFO] [stdout] ... [INFO] [stdout] 397 | None => return Ok(None), [INFO] [stdout] | ^^^^ expected `str`, found `Option<_>` [INFO] [stdout] | [INFO] [stdout] = note: expected type `str` [INFO] [stdout] found enum `Option<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `shellexpand` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9bc17e53357dd489eba865871b5a091b90e2cd7e4f9decc4b426d685076213d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bc17e53357dd489eba865871b5a091b90e2cd7e4f9decc4b426d685076213d8", kill_on_drop: false }` [INFO] [stdout] 9bc17e53357dd489eba865871b5a091b90e2cd7e4f9decc4b426d685076213d8