[INFO] cloning repository https://github.com/teddytennant/kryptos [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/teddytennant/kryptos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteddytennant%2Fkryptos", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteddytennant%2Fkryptos'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bd791161cd6358547e5206f455f17b9e29213dd7 [INFO] checking teddytennant/kryptos against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteddytennant%2Fkryptos" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/teddytennant/kryptos [INFO] finished tweaking git repo https://github.com/teddytennant/kryptos [INFO] tweaked toml for git repo https://github.com/teddytennant/kryptos written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/teddytennant/kryptos on toolchain d8be25549d5418405531341b4be6d8538fc3c42e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/teddytennant/kryptos 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" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767 [INFO] running `Command { std: "docker" "start" "62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767", 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" "62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767", 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" "62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling winnow v1.0.2 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Compiling cfg-expr v0.20.7 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Checking typenum v1.20.0 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling toml_edit v0.25.11+spec-1.1.0 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling system-deps v7.0.8 [INFO] [stderr] Compiling writeable v0.6.3 [INFO] [stderr] Compiling litemap v0.8.2 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling glib-sys v0.20.10 [INFO] [stderr] Compiling gobject-sys v0.20.10 [INFO] [stderr] Compiling gio-sys v0.20.10 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.20.10 [INFO] [stderr] Compiling pango-sys v0.20.10 [INFO] [stderr] Compiling cairo-sys-rs v0.20.10 [INFO] [stderr] Compiling glib-macros v0.20.12 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling grammers-tl-parser v1.2.1 [INFO] [stderr] Compiling graphene-sys v0.20.10 [INFO] [stderr] Compiling gdk4-sys v0.9.6 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling grammers-tl-gen v0.7.0 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Checking tokio v1.52.1 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling gio v0.20.12 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling zvariant_utils v3.3.1 [INFO] [stderr] Compiling gsk4-sys v0.9.6 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking rand_core v0.10.1 [INFO] [stderr] Compiling zvariant_derive v5.10.1 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling idna_adapter v1.2.2 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling gtk4-sys v0.9.6 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking glib v0.20.12 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling grammers-tl-types v0.7.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling crc-catalog v2.5.0 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Checking pbkdf2 v0.12.2 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Checking glass_pumpkin v1.10.0 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling enumflags2 v0.7.12 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking simd-adler32 v0.3.9 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling zvariant v5.10.1 [INFO] [stderr] Checking grammers-crypto v0.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Compiling libadwaita-sys v0.7.2 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking async-signal v0.2.14 [INFO] [stderr] Checking cairo-rs v0.20.12 [INFO] [stderr] Checking graphene-rs v0.20.10 [INFO] [stderr] Compiling zbus_names v4.3.2 [INFO] [stderr] Checking async-lock v3.4.2 [INFO] [stderr] Compiling grammers-session v0.7.0 [INFO] [stderr] Compiling gtk4-macros v0.9.5 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Compiling relm4-css v0.9.0 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking async-process v2.5.0 [INFO] [stderr] Compiling zbus_macros v5.15.0 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking async-executor v1.14.0 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking uuid v1.23.1 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking zbus v5.15.0 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking os_info v3.14.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Compiling relm4-macros v0.9.1 [INFO] [stderr] Checking fragile v2.1.0 [INFO] [stderr] Checking filetime v0.2.27 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking locate-locale v0.2.0 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking notify v6.1.1 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking qrcode v0.14.1 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] error: could not compile `grammers-tl-types` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8be25549d5418405531341b4be6d8538fc3c42e/bin/rustc --crate-name grammers_tl_types --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/grammers-tl-types-0.7.0/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="default"' --cfg 'feature="impl-debug"' --cfg 'feature="impl-from-enum"' --cfg 'feature="impl-from-type"' --cfg 'feature="tl-api"' --cfg 'feature="tl-mtproto"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserializable-functions", "impl-debug", "impl-from-enum", "impl-from-type", "tl-api", "tl-mtproto"))' -C metadata=456187a31af1f3c5 -C extra-filename=-4a80231cb9e7d15d --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] [stderr] error: could not compile `gio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8be25549d5418405531341b4be6d8538fc3c42e/bin/rustc --crate-name gio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.20.12/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="v2_58"' --cfg 'feature="v2_60"' --cfg 'feature="v2_62"' --cfg 'feature="v2_64"' --cfg 'feature="v2_66"' --cfg 'feature="v2_68"' --cfg 'feature="v2_70"' --cfg 'feature="v2_72"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84", "v2_86"))' -C metadata=21fd67499bfc74f1 -C extra-filename=-68cd77f014312270 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-51fec89811e16e23.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-1cd512d543215c04.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-8551f65ba49d7852.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-10873742850e1fa1.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-388b0e610f6c43d8.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-704696706438b561.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-16836f44866b8b3d.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-96d7c7a7332b4422.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767", kill_on_drop: false }` [INFO] [stdout] 62e6e37a390b9c05381b56414d63a683e5dc9521c0d15d28532b24641aa4e767