[INFO] cloning repository https://github.com/partnernetsoftware/minicon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/partnernetsoftware/minicon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpartnernetsoftware%2Fminicon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpartnernetsoftware%2Fminicon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 94d9fdeaaf0b2c6b5d8436e62df8d23d96fe1555 [INFO] checking partnernetsoftware/minicon against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpartnernetsoftware%2Fminicon" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/partnernetsoftware/minicon [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/partnernetsoftware/minicon [INFO] tweaked toml for git repo https://github.com/partnernetsoftware/minicon written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/partnernetsoftware/minicon on toolchain 416264364aa47959f5827723e1d7dabc95d0744b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/partnernetsoftware/minicon 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce [INFO] running `Command { std: "docker" "start" "7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling serde_core v1.0.229 [INFO] [stderr] Compiling find-msvc-tools v0.1.11 [INFO] [stderr] Checking log v0.4.34 [INFO] [stderr] Compiling wayland-sys v0.31.11 [INFO] [stderr] Compiling crossbeam-utils v0.8.22 [INFO] [stderr] Compiling syn v3.0.3 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling cc v1.4.4 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking mio v1.2.2 [INFO] [stderr] Checking getrandom v0.4.3 [INFO] [stderr] Checking socket2 v0.6.5 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Compiling drm-sys v0.8.1 [INFO] [stderr] Compiling crc32fast v1.5.1 [INFO] [stderr] Checking async-lock v3.4.2 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Checking uuid v1.25.0 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling drm-fourcc v2.2.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling tiny-xlib v0.2.5 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking ctor v0.10.1 [INFO] [stderr] Checking vte v0.15.0 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking async-executor v1.14.0 [INFO] [stderr] Checking vt100 v0.16.2 (https://github.com/partnernetsoftware/agenterm?rev=745f52b2e169d5b41b51377a82cf8a93a9b00c8b#745f52b2) [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking minicon-core v0.1.6 (/opt/rustwide/workdir/crates/minicon-core) [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking agenterm-ui-core v0.1.16 (https://github.com/partnernetsoftware/agenterm?rev=745f52b2e169d5b41b51377a82cf8a93a9b00c8b#745f52b2) [INFO] [stderr] Compiling wayland-backend v0.3.17 [INFO] [stderr] Compiling agenterm-platform v0.1.16 (https://github.com/partnernetsoftware/agenterm?rev=745f52b2e169d5b41b51377a82cf8a93a9b00c8b#745f52b2) [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling toml_edit v0.25.13+spec-1.1.0 [INFO] [stderr] Compiling toml v1.1.4+spec-1.1.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling winresource v0.1.31 [INFO] [stderr] Compiling minicon v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking drm-ffi v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.229 [INFO] [stderr] Compiling bytemuck_derive v1.12.0 [INFO] [stderr] Compiling tokio-macros v2.7.2 [INFO] [stderr] Compiling serde_repr v0.1.21 [INFO] [stderr] Compiling async-trait v0.1.92 [INFO] [stderr] Checking async-io v2.6.0 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking tokio v1.53.1 [INFO] [stderr] Checking async-signal v0.2.14 [INFO] [stderr] Checking async-process v2.5.0 [INFO] [stderr] Checking wayland-client v0.31.15 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking bytemuck v1.25.2 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking drm v0.14.1 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking wayland-protocols v0.32.13 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking wayland-cursor v0.31.14 [INFO] [stderr] Compiling serde v1.0.229 [INFO] [stderr] Checking enumflags2 v0.7.12 [INFO] [stderr] Checking zcheapstr v1.1.0 [INFO] [stderr] Checking zvariant_utils v4.2.0 [INFO] [stderr] Compiling zvariant_derive v5.15.0 [INFO] [stderr] Compiling zvariant v5.15.0 [INFO] [stderr] Checking zbus_names v4.3.4 [INFO] [stderr] Checking x11rb v0.13.2 [INFO] [stderr] Checking zbus_xml v5.2.1 [INFO] [stderr] Checking zbus-lockstep v0.5.2 [INFO] [stderr] Checking wayland-protocols-wlr v0.3.12 [INFO] [stderr] Checking wayland-protocols-plasma v0.3.12 [INFO] [stderr] Compiling zbus_macros v5.19.0 [INFO] [stderr] Checking softbuffer v0.4.8 (https://github.com/partnernetsoftware/agenterm?rev=745f52b2e169d5b41b51377a82cf8a93a9b00c8b#745f52b2) [INFO] [stderr] Compiling zbus-lockstep-macros v0.5.2 [INFO] [stderr] Checking smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking sctk-adwaita v0.10.1 [INFO] [stderr] Checking winit v0.30.13 [INFO] [stderr] Checking zbus v5.19.0 [INFO] [stderr] Checking atspi-common v0.14.0 [INFO] [stderr] Checking atspi-proxies v0.14.0 [INFO] [stderr] Checking atspi-connection v0.14.0 [INFO] [stderr] Checking atspi v0.30.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce", kill_on_drop: false }` [INFO] [stdout] 7d91ae125697af7319c3e4e841ea2a5574f03056977917f2e6c83897000643ce