[INFO] cloning repository https://github.com/yurikrupnik/operator-monorepo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yurikrupnik/operator-monorepo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurikrupnik%2Foperator-monorepo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurikrupnik%2Foperator-monorepo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 154e349661dde625e894a29330abf2d15bcc48fd
[INFO] testing yurikrupnik/operator-monorepo against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyurikrupnik%2Foperator-monorepo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/yurikrupnik/operator-monorepo
[INFO] finished tweaking git repo https://github.com/yurikrupnik/operator-monorepo
[INFO] tweaked toml for git repo https://github.com/yurikrupnik/operator-monorepo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yurikrupnik/operator-monorepo on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yurikrupnik/operator-monorepo 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2aaeba34ce90d62885b8bee5993d875914b102c131a1319037282539e7976ba8
[INFO] running `Command { std: "docker" "start" "-a" "2aaeba34ce90d62885b8bee5993d875914b102c131a1319037282539e7976ba8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2aaeba34ce90d62885b8bee5993d875914b102c131a1319037282539e7976ba8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2aaeba34ce90d62885b8bee5993d875914b102c131a1319037282539e7976ba8", kill_on_drop: false }`
[INFO] [stdout] 2aaeba34ce90d62885b8bee5993d875914b102c131a1319037282539e7976ba8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5692dc583db7485554e6fe789b27e412dae833318296045f901c1fc205ce6fb5
[INFO] running `Command { std: "docker" "start" "-a" "5692dc583db7485554e6fe789b27e412dae833318296045f901c1fc205ce6fb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling supports-color v3.0.0
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling owo-colors v4.0.0
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling schemars v0.8.16
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling unicode-id v0.3.4
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling strsim v0.11.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling supports-hyperlinks v3.0.0
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling markdown v1.0.0-alpha.16
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling starbase_styles v0.3.1
[INFO] [stderr]    Compiling include_dir_macros v0.7.3
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling schematic_types v0.6.0
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling dotlock v0.5.0
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling which v6.0.0
[INFO] [stderr]    Compiling ansiterm v0.12.2
[INFO] [stderr]    Compiling include_dir v0.7.3
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]    Compiling operators_app1 v0.1.0 (/opt/rustwide/workdir/apps/operators/app1)
[INFO] [stderr]    Compiling globals v0.1.0 (/opt/rustwide/workdir/libs/globals)
[INFO] [stderr]    Compiling operators_app2 v0.1.0 (/opt/rustwide/workdir/apps/operators/app2)
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling cli-table-derive v0.4.5
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling miette-derive v7.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.3
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling garde v0.18.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/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 -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0a736aa954e356dd -C extra-filename=-a00db7edc4337b19 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-0cbd1c7110a1e56d.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-d253025959e1f191.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-6375892007f463de.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-cf897eb7a8f006e9.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-b342d85da484cd05.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-179c073335835faa.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5692dc583db7485554e6fe789b27e412dae833318296045f901c1fc205ce6fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5692dc583db7485554e6fe789b27e412dae833318296045f901c1fc205ce6fb5", kill_on_drop: false }`
[INFO] [stdout] 5692dc583db7485554e6fe789b27e412dae833318296045f901c1fc205ce6fb5
