[INFO] cloning repository https://github.com/ebigunso/SleepTracker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ebigunso/SleepTracker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febigunso%2FSleepTracker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febigunso%2FSleepTracker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 87627a971744bf03e78b65e81932572920efb8d1 [INFO] testing ebigunso/SleepTracker against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febigunso%2FSleepTracker" "/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/ebigunso/SleepTracker [INFO] finished tweaking git repo https://github.com/ebigunso/SleepTracker [INFO] tweaked toml for git repo https://github.com/ebigunso/SleepTracker written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ebigunso/SleepTracker on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ebigunso/SleepTracker 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6dfbe7a2a6445a4e9ac0299b671e7e6cc7ca1687543332489f639424eb9676b [INFO] running `Command { std: "docker" "start" "-a" "f6dfbe7a2a6445a4e9ac0299b671e7e6cc7ca1687543332489f639424eb9676b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6dfbe7a2a6445a4e9ac0299b671e7e6cc7ca1687543332489f639424eb9676b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6dfbe7a2a6445a4e9ac0299b671e7e6cc7ca1687543332489f639424eb9676b", kill_on_drop: false }` [INFO] [stdout] f6dfbe7a2a6445a4e9ac0299b671e7e6cc7ca1687543332489f639424eb9676b [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=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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2d7f165f89e7261f56dd4797f01bed7ad3718867835396153cbc9e647e744ea [INFO] running `Command { std: "docker" "start" "-a" "f2d7f165f89e7261f56dd4797f01bed7ad3718867835396153cbc9e647e744ea", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling cc v1.2.27 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling phf_shared v0.12.1 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Compiling base64ct v1.8.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling phf v0.12.1 [INFO] [stderr] Compiling askama_web_derive v0.1.0 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling askama_parser v0.14.0 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling basic-toml v0.1.10 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling hyper-util v0.1.14 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling askama_derive v0.14.0 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling askama v0.14.0 [INFO] [stderr] Compiling askama_web v0.14.6 [INFO] [stderr] Compiling axum-extra v0.10.1 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling sleep-api v0.1.0 (/opt/rustwide/workdir/sleep-api) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s [INFO] running `Command { std: "docker" "inspect" "f2d7f165f89e7261f56dd4797f01bed7ad3718867835396153cbc9e647e744ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2d7f165f89e7261f56dd4797f01bed7ad3718867835396153cbc9e647e744ea", kill_on_drop: false }` [INFO] [stdout] f2d7f165f89e7261f56dd4797f01bed7ad3718867835396153cbc9e647e744ea [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=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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 741d8c3615864a43df12ed3e946c4015de867d347d4f92b9d30bd4a977c945d9 [INFO] running `Command { std: "docker" "start" "-a" "741d8c3615864a43df12ed3e946c4015de867d347d4f92b9d30bd4a977c945d9", kill_on_drop: false }` [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling h2 v0.4.11 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling publicsuffix v2.3.0 [INFO] [stderr] Compiling askama_web v0.14.6 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling cookie_store v0.21.1 [INFO] [stderr] Compiling scc v2.3.4 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling hyper-util v0.1.14 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.20 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling axum-extra v0.10.1 [INFO] [stderr] Compiling sleep-api v0.1.0 (/opt/rustwide/workdir/sleep-api) [INFO] [stderr] error: could not compile `sleep-api` (bin "sleep-api") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name sleep_api --edition=2024 sleep-api/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91af1a8a164808c9 -C extra-filename=-4b1176fd714eb5bf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern argon2=/opt/rustwide/target/debug/deps/libargon2-e3f22e06bf5d92c8.rlib --extern askama=/opt/rustwide/target/debug/deps/libaskama-3471dbe9e17252a0.rlib --extern askama_web=/opt/rustwide/target/debug/deps/libaskama_web-622c3c4b1df907a0.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-573f0b3f694423d2.rlib --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-e246d41cb5f90dfe.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-7cc6531694372ff5.rlib --extern chrono_tz=/opt/rustwide/target/debug/deps/libchrono_tz-f42d7750cfd57d0e.rlib --extern cookie=/opt/rustwide/target/debug/deps/libcookie-59cf3715d3cd99e1.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-a48afe657951972f.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5c4aefbcdcb528b6.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9a8e42a6f5ef3f22.rlib --extern sleep_api=/opt/rustwide/target/debug/deps/libsleep_api-9a4da60f27a2c280.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1413fb67612ac79d.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3dbe0d60140b392f.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-6c7f6a75fb0e8f00.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-346061f9e1a33626.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-c566483ad27f7ac7.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-dbcbdf03f939db58.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d5be8addb618fd28.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-65fd9c9903b67289/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "741d8c3615864a43df12ed3e946c4015de867d347d4f92b9d30bd4a977c945d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "741d8c3615864a43df12ed3e946c4015de867d347d4f92b9d30bd4a977c945d9", kill_on_drop: false }` [INFO] [stdout] 741d8c3615864a43df12ed3e946c4015de867d347d4f92b9d30bd4a977c945d9