[INFO] cloning repository https://github.com/organicmaps/wikiparser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/organicmaps/wikiparser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forganicmaps%2Fwikiparser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forganicmaps%2Fwikiparser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6c8b1d0637f7abb577ab88a4e2e3fedd76e6754 [INFO] checking organicmaps/wikiparser against try#a7b168ac4977e8e93a43448b44847adaa305d5a9 for pr-150557 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forganicmaps%2Fwikiparser" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/organicmaps/wikiparser [INFO] finished tweaking git repo https://github.com/organicmaps/wikiparser [INFO] tweaked toml for git repo https://github.com/organicmaps/wikiparser written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/organicmaps/wikiparser on toolchain a7b168ac4977e8e93a43448b44847adaa305d5a9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/organicmaps/wikiparser 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" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11409497a2efa488415c37607196f65beb397cad6cd928d320ab6db79d1d240d [INFO] running `Command { std: "docker" "start" "-a" "11409497a2efa488415c37607196f65beb397cad6cd928d320ab6db79d1d240d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11409497a2efa488415c37607196f65beb397cad6cd928d320ab6db79d1d240d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11409497a2efa488415c37607196f65beb397cad6cd928d320ab6db79d1d240d", kill_on_drop: false }` [INFO] [stdout] 11409497a2efa488415c37607196f65beb397cad6cd928d320ab6db79d1d240d [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af23a4f2db2a4219148bbcb080bd1392570069b47b2412ae8092e64ebf3d98dd [INFO] running `Command { std: "docker" "start" "-a" "af23a4f2db2a4219148bbcb080bd1392570069b47b2412ae8092e64ebf3d98dd", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking phf_shared v0.10.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling protobuf-support v3.7.2 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking phf_shared v0.11.3 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking dtoa v1.0.10 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking dtoa-short v0.3.5 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Checking matches v0.1.10 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking servo_arc v0.2.0 [INFO] [stderr] Checking object v0.37.3 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Checking getopts v0.2.24 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Checking string_cache v0.8.9 [INFO] [stderr] Checking icu_properties v2.1.1 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] error: could not compile `protobuf` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/a7b168ac4977e8e93a43448b44847adaa305d5a9/bin/rustc --crate-name protobuf --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-3.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "with-bytes"))' -C metadata=62bb54458fa441b8 -C extra-filename=-872aeb9fe642e62b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-05887c23ecc18d47.rmeta --extern protobuf_support=/opt/rustwide/target/debug/deps/libprotobuf_support-88a2278817e1d09f.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-7f293ea78d33c3a6.rmeta --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" "af23a4f2db2a4219148bbcb080bd1392570069b47b2412ae8092e64ebf3d98dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af23a4f2db2a4219148bbcb080bd1392570069b47b2412ae8092e64ebf3d98dd", kill_on_drop: false }` [INFO] [stdout] af23a4f2db2a4219148bbcb080bd1392570069b47b2412ae8092e64ebf3d98dd