[INFO] cloning repository https://github.com/mat-1/metasearch2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mat-1/metasearch2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmat-1%2Fmetasearch2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmat-1%2Fmetasearch2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9a2a00bce92049d15b5060954c504b4d61e1c06a [INFO] checking mat-1/metasearch2 against try#f3dc08d20a1589b87bde75bb82ee6423307f9bde for pr-135733 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmat-1%2Fmetasearch2" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mat-1/metasearch2 on toolchain f3dc08d20a1589b87bde75bb82ee6423307f9bde [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mat-1/metasearch2 [INFO] finished tweaking git repo https://github.com/mat-1/metasearch2 [INFO] tweaked toml for git repo https://github.com/mat-1/metasearch2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mat-1/metasearch2 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" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f7f4b1916632caa9b566a28cb817273a3af040999eb4ab48bbb1b8fb776a6a8 [INFO] running `Command { std: "docker" "start" "-a" "4f7f4b1916632caa9b566a28cb817273a3af040999eb4ab48bbb1b8fb776a6a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f7f4b1916632caa9b566a28cb817273a3af040999eb4ab48bbb1b8fb776a6a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f7f4b1916632caa9b566a28cb817273a3af040999eb4ab48bbb1b8fb776a6a8", kill_on_drop: false }` [INFO] [stdout] 4f7f4b1916632caa9b566a28cb817273a3af040999eb4ab48bbb1b8fb776a6a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32cd0061f9ab83291007e021632ba47529507edc3579209bd51d9686f0de24bc [INFO] running `Command { std: "docker" "start" "-a" "32cd0061f9ab83291007e021632ba47529507edc3579209bd51d9686f0de24bc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking indexmap v2.7.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking rustls-pki-types v1.10.1 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Checking phf_shared v0.11.2 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking webpki-roots v0.26.7 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling rustls v0.23.20 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling cpufeatures v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling typeid v1.0.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rustls v0.22.4 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling syn v2.0.93 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling ryu_floating_decimal v0.1.0 [INFO] [stderr] Checking dtoa v1.0.9 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Checking miniz_oxide v0.8.2 [INFO] [stderr] Checking dtoa-short v0.3.5 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling rust-embed-utils v8.5.0 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking brotli v7.0.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking servo_arc v0.4.0 [INFO] [stderr] Checking quick-xml v0.31.0 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Checking winnow v0.6.21 [INFO] [stderr] Checking matchit v0.7.3 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking num-format v0.4.4 [INFO] [stderr] Checking heck v0.4.1 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking chrono v0.4.39 [INFO] [stderr] Checking pretty_dtoa v0.3.0 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking ego-tree v0.10.0 [INFO] [stderr] Checking mendeleev v0.8.2 [INFO] [stderr] Checking jiff v0.1.18 [INFO] [stderr] Checking utf8-width v0.1.7 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling metasearch v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking strfmt v0.2.4 [INFO] [stderr] Checking html-escape v0.2.13 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking tower-http v0.6.2 [INFO] [stderr] Checking fend-core v1.5.5 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Checking time v0.3.37 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] error: could not compile `mendeleev` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/bin/rustc --crate-name mendeleev --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mendeleev-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all_element_properties"' --cfg 'feature="all_features"' --cfg 'feature="all_isotope_properties"' --cfg 'feature="all_lists"' --cfg 'feature="all_no_std_features"' --cfg 'feature="all_properties"' --cfg 'feature="atomic_number"' --cfg 'feature="atomic_radius"' --cfg 'feature="atomic_weight"' --cfg 'feature="boiling_point"' --cfg 'feature="color"' --cfg 'feature="color_properties"' --cfg 'feature="cpk_color"' --cfg 'feature="default"' --cfg 'feature="density"' --cfg 'feature="discoverers"' --cfg 'feature="discovery_location"' --cfg 'feature="electron_affinity"' --cfg 'feature="electronic_configuration"' --cfg 'feature="element_list"' --cfg 'feature="evaporation_heat"' --cfg 'feature="fusion_heat"' --cfg 'feature="group"' --cfg 'feature="group_list"' --cfg 'feature="group_name"' --cfg 'feature="group_number"' --cfg 'feature="group_symbol"' --cfg 'feature="ionization_energy"' --cfg 'feature="isotope_display"' --cfg 'feature="isotope_element"' --cfg 'feature="isotope_list"' --cfg 'feature="isotope_mass_number"' --cfg 'feature="isotope_natural_abundance"' --cfg 'feature="isotope_neutron_number"' --cfg 'feature="isotopes"' --cfg 'feature="jmol_color"' --cfg 'feature="melting_point"' --cfg 'feature="name"' --cfg 'feature="numeric_properties"' --cfg 'feature="oxidation_states"' --cfg 'feature="period"' --cfg 'feature="ranges"' --cfg 'feature="state_of_matter_properties"' --cfg 'feature="std"' --cfg 'feature="string_properties"' --cfg 'feature="symbol"' --cfg 'feature="year_discovered"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all_element_properties", "all_features", "all_isotope_properties", "all_lists", "all_no_std_features", "all_properties", "atomic_number", "atomic_radius", "atomic_weight", "boiling_point", "color", "color_properties", "cpk_color", "default", "density", "discoverers", "discovery_location", "electron_affinity", "electronic_configuration", "element_list", "evaporation_heat", "fusion_heat", "group", "group_list", "group_name", "group_number", "group_symbol", "ionization_energy", "isotope_display", "isotope_element", "isotope_list", "isotope_mass_number", "isotope_natural_abundance", "isotope_neutron_number", "isotopes", "jmol_color", "melting_point", "name", "numeric_properties", "oxidation_states", "period", "ranges", "serde", "state_of_matter_properties", "std", "string_properties", "symbol", "year_discovered"))' -C metadata=5a2f3973bab1a130 -C extra-filename=-6936052bc9965ebe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "32cd0061f9ab83291007e021632ba47529507edc3579209bd51d9686f0de24bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32cd0061f9ab83291007e021632ba47529507edc3579209bd51d9686f0de24bc", kill_on_drop: false }` [INFO] [stdout] 32cd0061f9ab83291007e021632ba47529507edc3579209bd51d9686f0de24bc