[INFO] cloning repository https://github.com/thomas9911/utils-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomas9911/utils-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Futils-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Futils-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2fc7997bbdeff5a93a74b3634dcbbfbafd6405da [INFO] testing thomas9911/utils-api against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomas9911%2Futils-api" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/thomas9911/utils-api [INFO] finished tweaking git repo https://github.com/thomas9911/utils-api [INFO] tweaked toml for git repo https://github.com/thomas9911/utils-api written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/thomas9911/utils-api on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/thomas9911/utils-api 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7cca3f82c87327b598725773d8a5b7bd2ef4f6f407736d51dd77ff81efae8b2 [INFO] running `Command { std: "docker" "start" "-a" "c7cca3f82c87327b598725773d8a5b7bd2ef4f6f407736d51dd77ff81efae8b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7cca3f82c87327b598725773d8a5b7bd2ef4f6f407736d51dd77ff81efae8b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7cca3f82c87327b598725773d8a5b7bd2ef4f6f407736d51dd77ff81efae8b2", kill_on_drop: false }` [INFO] [stdout] c7cca3f82c87327b598725773d8a5b7bd2ef4f6f407736d51dd77ff81efae8b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de4ede43d7d2be47f19c4568a5309446a7c9acf1e0609e51280f7f314cfd513a [INFO] running `Command { std: "docker" "start" "-a" "de4ede43d7d2be47f19c4568a5309446a7c9acf1e0609e51280f7f314cfd513a", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling syn v2.0.51 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling http v1.0.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling axum v0.7.4 [INFO] [stderr] Compiling bumpalo v3.15.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling logos-codegen v0.13.0 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling parse-js v0.20.1 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling pin-project-internal v1.1.4 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling pin-project v1.1.4 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling logos-derive v0.13.0 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling logos v0.13.0 [INFO] [stderr] Compiling graphql-minify v0.1.0 [INFO] [stderr] Compiling sqlformat v0.2.3 [INFO] [stderr] Compiling utoipa-gen v4.2.0 [INFO] [stderr] Compiling minify-js v0.6.0 [INFO] [stderr] Compiling graphql-parser v0.4.0 [INFO] [stderr] Compiling http-body-util v0.1.0 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling indexmap v2.2.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.15 [INFO] [stderr] Compiling config v0.14.0 [INFO] [stderr] Compiling h2 v0.4.2 [INFO] [stderr] Compiling utoipa v4.2.0 [INFO] [stderr] Compiling hyper v1.2.0 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling utoipa-rapidoc v4.0.0 [INFO] [stderr] Compiling utils-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s [INFO] running `Command { std: "docker" "inspect" "de4ede43d7d2be47f19c4568a5309446a7c9acf1e0609e51280f7f314cfd513a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de4ede43d7d2be47f19c4568a5309446a7c9acf1e0609e51280f7f314cfd513a", kill_on_drop: false }` [INFO] [stdout] de4ede43d7d2be47f19c4568a5309446a7c9acf1e0609e51280f7f314cfd513a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad3e42bc473a387414a773fa2c013f26e6395f52ae88dc2680cdc6179e6d3110 [INFO] running `Command { std: "docker" "start" "-a" "ad3e42bc473a387414a773fa2c013f26e6395f52ae88dc2680cdc6179e6d3110", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.88 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling escargot v0.5.10 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling portpicker v0.1.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling h2 v0.3.24 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.24 [INFO] [stderr] Compiling utils-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 43.39s [INFO] running `Command { std: "docker" "inspect" "ad3e42bc473a387414a773fa2c013f26e6395f52ae88dc2680cdc6179e6d3110", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad3e42bc473a387414a773fa2c013f26e6395f52ae88dc2680cdc6179e6d3110", kill_on_drop: false }` [INFO] [stdout] ad3e42bc473a387414a773fa2c013f26e6395f52ae88dc2680cdc6179e6d3110 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3d6a8333ac826b30cd088e9e717d9ca0a8c7cfc063097572e5f4af8a7664a494 [INFO] running `Command { std: "docker" "start" "-a" "3d6a8333ac826b30cd088e9e717d9ca0a8c7cfc063097572e5f4af8a7664a494", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/utils_api-a75110f3aadf81e2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/utils_api-3e141bf1a29eb1d9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/common.rs (/opt/rustwide/target/debug/deps/common-ff64cf0797575ddb) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/graphql.rs (/opt/rustwide/target/debug/deps/graphql-e5e22190c8c90141) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test graphql_minifier_works ... ok [INFO] [stdout] test graphql_prettier_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] [stderr] Running tests/random.rs (/opt/rustwide/target/debug/deps/random-d28dac464a1edde8) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test random_returns_u64 ... ok [INFO] [stdout] test random_returns_u128 ... ok [INFO] [stdout] test random_default_returns_f64 ... ok [INFO] [stdout] test random_default_returns_u64 ... ok [INFO] [stdout] test random_returns_u32 ... ok [INFO] [stdout] test random_stream_returns_1024_bytes ... ok [INFO] [stdout] test random_default_returns_f32 ... ok [INFO] [stdout] test random_stream_returns_65535_bytes ... ok [INFO] [stdout] test random_stream_returns_error_when_size_too_high ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s [INFO] [stdout] [INFO] [stderr] Running tests/sql.rs (/opt/rustwide/target/debug/deps/sql-d26a94b4cb6d240d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test sql_prettier_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s [INFO] [stdout] [INFO] [stderr] Running tests/uuid.rs (/opt/rustwide/target/debug/deps/uuid-9a560968866421cd) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test uuid_returns_braced_uuid ... ok [INFO] [stdout] test uuid_returns_hyphenated_uuid ... ok [INFO] [stdout] test uuid_returns_hypenated_v7_uuid ... ok [INFO] [stdout] test uuid_returns_simple_uuid ... ok [INFO] [stdout] test uuid_returns_urn_uuid ... ok [INFO] [stdout] test uuid_default_returns_hyphenated_uuid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s [INFO] [stdout] [INFO] [stderr] Doc-tests utils_api [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3d6a8333ac826b30cd088e9e717d9ca0a8c7cfc063097572e5f4af8a7664a494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d6a8333ac826b30cd088e9e717d9ca0a8c7cfc063097572e5f4af8a7664a494", kill_on_drop: false }` [INFO] [stdout] 3d6a8333ac826b30cd088e9e717d9ca0a8c7cfc063097572e5f4af8a7664a494