[INFO] cloning repository https://github.com/mcherm/mini-notes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mcherm/mini-notes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcherm%2Fmini-notes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcherm%2Fmini-notes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 974e7e73810800a58be999da07e41b6e426da65e
[INFO] testing mcherm/mini-notes against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcherm%2Fmini-notes" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mcherm/mini-notes
[INFO] finished tweaking git repo https://github.com/mcherm/mini-notes
[INFO] tweaked toml for git repo https://github.com/mcherm/mini-notes written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mcherm/mini-notes 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/mcherm/mini-notes 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 420a85c624e0b8648b94bf0f432e8761bb29f9dc2cf36eb14c97bf1928ba8939
[INFO] running `Command { std: "docker" "start" "-a" "420a85c624e0b8648b94bf0f432e8761bb29f9dc2cf36eb14c97bf1928ba8939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "420a85c624e0b8648b94bf0f432e8761bb29f9dc2cf36eb14c97bf1928ba8939", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "420a85c624e0b8648b94bf0f432e8761bb29f9dc2cf36eb14c97bf1928ba8939", kill_on_drop: false }`
[INFO] [stdout] 420a85c624e0b8648b94bf0f432e8761bb29f9dc2cf36eb14c97bf1928ba8939
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 2a0a2f5edd1b2222b9e21df2e54ade5176e440dcee8d11b317da8416490b4780
[INFO] running `Command { std: "docker" "start" "-a" "2a0a2f5edd1b2222b9e21df2e54ade5176e440dcee8d11b317da8416490b4780", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling aws-types v1.3.14
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.15
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling dissimilar v1.0.11
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling query_map v0.7.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-serde v2.1.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling aws_lambda_events v1.0.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling aws-smithy-async v1.2.14
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling aws-smithy-types v1.4.6
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.11.6
[INFO] [stderr]    Compiling aws-smithy-json v0.62.5
[INFO] [stderr]    Compiling aws-smithy-query v0.60.15
[INFO] [stderr]    Compiling aws-credential-types v1.2.14
[INFO] [stderr]    Compiling aws-smithy-http v0.63.6
[INFO] [stderr]    Compiling aws-smithy-observability v0.2.6
[INFO] [stderr]    Compiling aws-sigv4 v1.4.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling lambda_runtime_api_client v1.0.3
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling lambda_runtime v1.1.2
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling aws-smithy-http-client v1.1.12
[INFO] [stderr]    Compiling lambda_http v1.0.2
[INFO] [stderr]    Compiling aws-smithy-runtime v1.10.3
[INFO] [stderr]    Compiling aws-runtime v1.7.2
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.98.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.96.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.100.0
[INFO] [stderr]    Compiling aws-sdk-dynamodb v1.108.0
[INFO] [stderr]    Compiling aws-config v1.8.15
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/lambdas/common)
[INFO] [stderr]    Compiling api-v1 v0.1.0 (/opt/rustwide/workdir/lambdas/api-v1)
[INFO] [stderr]    Compiling job-heartbeat v0.1.0 (/opt/rustwide/workdir/lambdas/job-heartbeat)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
[INFO] running `Command { std: "docker" "inspect" "2a0a2f5edd1b2222b9e21df2e54ade5176e440dcee8d11b317da8416490b4780", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a0a2f5edd1b2222b9e21df2e54ade5176e440dcee8d11b317da8416490b4780", kill_on_drop: false }`
[INFO] [stdout] 2a0a2f5edd1b2222b9e21df2e54ade5176e440dcee8d11b317da8416490b4780
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] fa1fa3a8e99c7b85c41a956a85eae1a79b301a55878c7db4b3428cb00429ca16
[INFO] running `Command { std: "docker" "start" "-a" "fa1fa3a8e99c7b85c41a956a85eae1a79b301a55878c7db4b3428cb00429ca16", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling separator v0.4.1
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling roxmltree v0.14.1
[INFO] [stderr]    Compiling aws-smithy-types v1.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.11.6
[INFO] [stderr]    Compiling aws-smithy-json v0.62.5
[INFO] [stderr]    Compiling aws-smithy-query v0.60.15
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling aws_lambda_events v1.0.3
[INFO] [stderr]    Compiling aws-smithy-http v0.63.6
[INFO] [stderr]    Compiling aws-credential-types v1.2.14
[INFO] [stderr]    Compiling aws-smithy-observability v0.2.6
[INFO] [stderr]    Compiling aws-sigv4 v1.4.2
[INFO] [stderr]    Compiling aws-types v1.3.14
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling cbor-diag v0.1.12
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling aws-smithy-protocol-test v0.63.14
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling lambda_runtime_api_client v1.0.3
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling lambda_runtime v1.1.2
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling aws-smithy-http-client v1.1.12
[INFO] [stderr]    Compiling lambda_http v1.0.2
[INFO] [stderr]    Compiling aws-smithy-runtime v1.10.3
[INFO] [stderr]    Compiling aws-runtime v1.7.2
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.98.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.100.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.96.0
[INFO] [stderr]    Compiling aws-sdk-dynamodb v1.108.0
[INFO] [stderr]    Compiling aws-config v1.8.15
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/lambdas/common)
[INFO] [stderr]    Compiling api-v1 v0.1.0 (/opt/rustwide/workdir/lambdas/api-v1)
[INFO] [stderr]    Compiling job-heartbeat v0.1.0 (/opt/rustwide/workdir/lambdas/job-heartbeat)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "fa1fa3a8e99c7b85c41a956a85eae1a79b301a55878c7db4b3428cb00429ca16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa1fa3a8e99c7b85c41a956a85eae1a79b301a55878c7db4b3428cb00429ca16", kill_on_drop: false }`
[INFO] [stdout] fa1fa3a8e99c7b85c41a956a85eae1a79b301a55878c7db4b3428cb00429ca16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] aa8ff0c0add38e1af97b8f10f544e63c6ca150df563c9e34b0a01aedc962d66b
[INFO] running `Command { std: "docker" "start" "-a" "aa8ff0c0add38e1af97b8f10f544e63c6ca150df563c9e34b0a01aedc962d66b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/api_v1-573e9ccdfc92d987)
[INFO] [stdout] 
[INFO] [stdout] running 121 tests
[INFO] [stdout] test diff::tests::test_delete_at_end ... ok
[INFO] [stdout] test diff::tests::test_complete_replacement ... ok
[INFO] [stdout] test diff::tests::test_diff_with_special_chars_in_content ... ok
[INFO] [stdout] test diff::tests::test_emoji ... ok
[INFO] [stdout] test diff::tests::test_encode_delete_only ... ok
[INFO] [stdout] test diff::tests::test_encode_delete_then_insert ... ok
[INFO] [stdout] test diff::tests::test_encode_empty_equal ... ok
[INFO] [stdout] test diff::tests::test_encode_edit_between_equals ... ok
[INFO] [stdout] test diff::tests::test_encode_equal_only ... ok
[INFO] [stdout] test diff::tests::test_encode_insert_then_delete ... ok
[INFO] [stdout] test diff::tests::test_escape_str_all_special_chars ... ok
[INFO] [stdout] test diff::tests::test_escape_str_backslash ... ok
[INFO] [stdout] test diff::tests::test_escape_str_no_special_chars ... ok
[INFO] [stdout] test diff::tests::test_escape_str_pipe ... ok
[INFO] [stdout] test diff::tests::test_identical_strings ... ok
[INFO] [stdout] test diff::tests::test_delete_everything ... ok
[INFO] [stdout] test diff::tests::test_replace_middle ... ok
[INFO] [stdout] test diff::tests::test_replace_at_end ... ok
[INFO] [stdout] test diff::tests::test_insert_at_start ... ok
[INFO] [stdout] test diff::tests::test_insert_at_end ... ok
[INFO] [stdout] test diff::tests::test_identical_empty_strings ... ok
[INFO] [stdout] test diff::tests::test_escape_str_bracket ... ok
[INFO] [stdout] test diff::tests::test_replace_at_start ... ok
[INFO] [stdout] test diff::tests::test_encode_insert_only ... ok
[INFO] [stdout] test diff::tests::test_unicode_char_counting ... ok
[INFO] [stdout] test diff::tests::test_insert_middle ... ok
[INFO] [stdout] test handlers::handle_delete_note::tests::direct_handle_delete_note_not_logged_in ... ok
[INFO] [stdout] test diff::tests::test_multiple_edits ... ok
[INFO] [stdout] test handlers::handle_destroy_deleted_note::tests::direct_handle_destroy_deleted_note_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::direct_handle_edit_note_body_too_long ... ok
[INFO] [stdout] test handlers::handle_delete_user::tests::direct_handle_delete_user_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::direct_handle_edit_note_soft_deleted ... ok
[INFO] [stdout] test handlers::handle_destroy_deleted_note::tests::direct_handle_destroy_deleted_note_happy_path ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::direct_handle_edit_note_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_destroy_deleted_note::tests::direct_handle_destroy_deleted_note_not_deleted ... ok
[INFO] [stdout] test handlers::handle_delete_note::tests::direct_handle_delete_note_nonexistent ... ok
[INFO] [stdout] test handlers::handle_delete_user::tests::direct_handle_delete_user_no_notes_no_extra_sessions ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::direct_handle_edit_note_title_too_long ... ok
[INFO] [stdout] test diff::tests::test_insert_into_empty ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::direct_handle_edit_note_happy_path ... ok
[INFO] [stdout] test handlers::handle_delete_user::tests::direct_handle_delete_user_happy_path ... ok
[INFO] [stdout] test diff::tests::test_delete_middle ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::direct_handle_edit_note_conflict ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::test_handle_edit_note_updates_existing_note ... ok
[INFO] [stdout] test handlers::handle_edit_note::tests::direct_handle_edit_note_deleted_note ... ok
[INFO] [stdout] test handlers::handle_delete_note::tests::direct_handle_delete_note_happy_path ... ok
[INFO] [stdout] test handlers::handle_destroy_deleted_note::tests::direct_handle_destroy_deleted_note_not_found ... ok
[INFO] [stdout] test handlers::handle_edit_user::tests::direct_handle_edit_user_change_both ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_invalid_format ... ok
[INFO] [stdout] test handlers::handle_edit_user::tests::direct_handle_edit_user_no_changes ... ok
[INFO] [stdout] test handlers::handle_edit_user::tests::direct_handle_edit_user_change_password ... ok
[INFO] [stdout] test handlers::handle_edit_user::tests::direct_handle_edit_user_email_taken ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_empty ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::test_deduplicate_filename ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::test_sanitize_title_control_chars ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_happy_path ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::test_sanitize_title_long_title ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_not_logged_in ... ok
[INFO] [stdout] test diff::tests::test_delete_at_start ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_duplicate_titles ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::test_sanitize_title_special_chars ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_json_happy_path ... ok
[INFO] [stdout] test handlers::handle_edit_user::tests::direct_handle_edit_user_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_edit_user::tests::direct_handle_edit_user_change_email ... ok
[INFO] [stdout] test handlers::handle_get_deleted_notes::tests::direct_handle_get_deleted_notes_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_get_note::tests::direct_handle_get_note_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_get_notes::tests::parse_get_notes_params_parses_simple_strings ... ok
[INFO] [stdout] test handlers::handle_get_notes::tests::parse_get_notes_params_parses_real_example_with_escaped_values ... ok
[INFO] [stdout] test handlers::handle_get_note::tests::direct_handle_get_note_not_found ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_explicit_ziptext ... ok
[INFO] [stdout] test handlers::handle_export_notes::tests::direct_handle_export_notes_json_empty ... ok
[INFO] [stdout] test handlers::handle_get_notes::tests::direct_handle_get_notes_empty_results ... ok
[INFO] [stdout] test handlers::handle_get_notes::tests::direct_handle_get_notes_with_continue_key ... ok
[INFO] [stdout] test handlers::handle_get_deleted_notes::tests::direct_handle_get_deleted_notes_empty_results ... ok
[INFO] [stdout] test handlers::handle_import_notes::tests::test_import_json_creates_new_notes ... ok
[INFO] [stdout] test handlers::handle_import_notes::tests::test_import_invalid_content ... ok
[INFO] [stdout] test handlers::handle_get_notes::tests::parse_get_notes_params_ignores_extra_params ... ok
[INFO] [stdout] test handlers::handle_get_user::tests::direct_handle_get_user_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_import_notes::tests::test_import_json_new_with_note_id ... ok
[INFO] [stdout] test handlers::handle_get_notes::tests::direct_handle_get_notes_happy_path ... ok
[INFO] [stdout] test handlers::handle_get_user::tests::direct_handle_get_user_not_found ... ok
[INFO] [stdout] test handlers::handle_get_note::tests::direct_handle_get_note_happy_path ... ok
[INFO] [stdout] test handlers::handle_new_note::tests::direct_handle_new_note_title_too_long ... ok
[INFO] [stdout] test handlers::handle_get_user::tests::direct_handle_get_user_happy_path ... ok
[INFO] [stdout] test handlers::handle_get_notes::tests::direct_handle_get_notes_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_get_deleted_notes::tests::direct_handle_get_deleted_notes_happy_path ... ok
[INFO] [stdout] test handlers::handle_new_note::tests::direct_handle_new_note_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_recover_note::tests::direct_handle_recover_note_happy_path ... ok
[INFO] [stdout] test handlers::handle_import_notes::tests::test_import_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_new_note::tests::direct_handle_new_note_happy_path ... ok
[INFO] [stdout] test handlers::handle_new_note::tests::direct_handle_new_note_body_too_long ... ok
[INFO] [stdout] test handlers::handle_site_data::tests::direct_handle_site_data_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_import_notes::tests::test_import_zip_ignores_non_txt ... ok
[INFO] [stdout] test handlers::handle_recover_note::tests::direct_handle_recover_note_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_search_notes::tests::direct_handle_search_notes_happy_path ... ok
[INFO] [stdout] test handlers::handle_search_notes::tests::direct_handle_search_notes_pagination_exhausted_no_matches ... ok
[INFO] [stdout] test handlers::handle_import_notes::tests::test_import_json_updates_existing ... ok
[INFO] [stdout] test handlers::handle_recover_note::tests::direct_handle_recover_note_not_deleted ... ok
[INFO] [stdout] test handlers::handle_site_data::tests::direct_handle_site_data_user_missing ... ok
[INFO] [stdout] test handlers::handle_recover_note::tests::direct_handle_recover_note_not_found ... ok
[INFO] [stdout] test handlers::handle_import_notes::tests::test_import_zip_creates_notes ... ok
[INFO] [stdout] test handlers::handle_search_notes::tests::direct_handle_search_notes_not_logged_in ... ok
[INFO] [stdout] test handlers::handle_search_notes::tests::direct_handle_search_notes_no_matches ... ok
[INFO] [stdout] test handlers::handle_user_create::tests::direct_handle_user_create_duplicate_email ... ok
[INFO] [stdout] test handlers::handle_site_data::tests::direct_handle_site_data_not_admin ... ok
[INFO] [stdout] test handlers::handle_user_login::tests::direct_handle_user_login_happy_path ... ok
[INFO] [stdout] test handlers::handle_user_login::tests::direct_handle_user_login_user_not_found ... ok
[INFO] [stdout] test models::tests::test_timestamp_parse_long ... ok
[INFO] [stdout] test handlers::handle_user_logout::tests::direct_handle_user_logout_without_session ... ok
[INFO] [stdout] test handlers::handle_user_create::tests::direct_handle_user_create_happy_path ... ok
[INFO] [stdout] test models::tests::test_timestamp_parse_short ... ok
[INFO] [stdout] test models::tests::test_timestamp_roundtrip ... ok
[INFO] [stdout] test models::tests::test_timestamp_serialize ... ok
[INFO] [stdout] test utils::tests::test_generate_id_uniqueness ... ok
[INFO] [stdout] test utils::tests::test_generate_id ... ok
[INFO] [stdout] test handlers::handle_user_logout::tests::direct_handle_user_logout_with_session ... ok
[INFO] [stdout] test handlers::handle_search_notes::tests::direct_handle_search_notes_pagination_finds_results_on_second_page ... ok
[INFO] [stdout] test handlers::handle_site_data::tests::direct_handle_site_data_happy_path ... ok
[INFO] [stdout] test handlers::handle_user_login::tests::direct_handle_user_login_wrong_password ... ok
[INFO] [stdout] test handlers::handle_edit_user::tests::direct_handle_edit_user_wrong_password ... FAILED
[INFO] [stdout] test passwords::test::test_hash_password ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- handlers::handle_edit_user::tests::direct_handle_edit_user_wrong_password stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'handlers::handle_edit_user::tests::direct_handle_edit_user_wrong_password' (71) panicked at lambdas/api-v1/src/handlers/handle_edit_user.rs:245:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 403
[INFO] [stdout]  right: 401
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x581a8a425dda - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x581a8a425dda - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x581a8a425dda - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x581a8a425dda - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x581a8a43ed4a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x581a8a43ed4a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x581a8a42b252 - std[128c3efe2914e152]::io::default_write_fmt::<alloc[fef50e8eecedd288]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x581a8a42b252 - <alloc[fef50e8eecedd288]::vec::Vec<u8> as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x581a8a40384f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x581a8a40384f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x581a8a41d869 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x581a8933b93c - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   12:     0x581a8933b93c - test[b137923399915ecf]::test_main_with_exit_callback::<test[b137923399915ecf]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x581a8a41dae2 - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   14:     0x581a8a41dae2 - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x581a8a403908 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x581a8a3f8859 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x581a8a4047dd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x581a8a43f53c - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x581a8a43f3c3 - core[6771d259883166e6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x581a8920f669 - core::panicking::assert_failed::h58546364eada87a1
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x581a89296abf - api_v1::handlers::handle_edit_user::tests::direct_handle_edit_user_wrong_password::{{closure}}::h3fae6632c12a7ce2
[INFO] [stdout]                                at /opt/rustwide/workdir/lambdas/api-v1/src/handlers/handle_edit_user.rs:245:9
[INFO] [stdout]   22:     0x581a8929dfe2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h91cceb0ade29e284
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x581a8929df9d - <core::pin::Pin<P> as core::future::future::Future>::poll::h8386a3755fd1a776
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x581a891fb4cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h322aa76648e41f49
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   25:     0x581a891fb27b - tokio::task::coop::with_budget::h2233b986dd5accab
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x581a891fb27b - tokio::task::coop::budget::hb96c133b8858f1db
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x581a891fb27b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hacd295b0360311b6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   28:     0x581a891f87a0 - tokio::runtime::scheduler::current_thread::Context::enter::h485d825a99cdf8be
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   29:     0x581a891f9e0d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h65e9d4e6a487865c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   30:     0x581a891f9a74 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h23b79982b606fb4b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   31:     0x581a89210e2b - tokio::runtime::context::scoped::Scoped<T>::set::hdd8ae3227e29bbc5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x581a891f74c9 - tokio::runtime::context::set_scheduler::{{closure}}::h8bb95bac8339e5b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x581a89286fd2 - std::thread::local::LocalKey<T>::try_with::h5d17bcbe6f9d9e34
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x581a892865be - std::thread::local::LocalKey<T>::with::h6c231d913a00b3fd
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x581a891f73fd - tokio::runtime::context::set_scheduler::h3a46c76ecbfd41e1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x581a891f9820 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hca9cd3ecf9ade6e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   37:     0x581a891f9b56 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::he44eb7a7c21dc785
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   38:     0x581a891f7a50 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h01e6fe13ef216a4b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x581a892d5b63 - tokio::runtime::context::runtime::enter_runtime::h2bdb4f4d496b23f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x581a891f7761 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h06c85ea77619a35e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x581a893172b4 - tokio::runtime::runtime::Runtime::block_on_inner::h01c1abcf20cfa2fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x581a8931758f - tokio::runtime::runtime::Runtime::block_on::hfc77e99df0eea5de
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x581a8929623f - api_v1::handlers::handle_edit_user::tests::direct_handle_edit_user_wrong_password::h1c19f15571db4c2c
[INFO] [stdout]                                at /opt/rustwide/workdir/lambdas/api-v1/src/handlers/handle_edit_user.rs:246:54
[INFO] [stdout]   44:     0x581a89296b97 - api_v1::handlers::handle_edit_user::tests::direct_handle_edit_user_wrong_password::{{closure}}::hb474773ec77e77d7
[INFO] [stdout]                                at /opt/rustwide/workdir/lambdas/api-v1/src/handlers/handle_edit_user.rs:225:54
[INFO] [stdout]   45:     0x581a891e33c6 - core::ops::function::FnOnce::call_once::hc018cd6feceded4b
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x581a8932fa3b - <fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x581a8932fa3b - test[b137923399915ecf]::__rust_begin_short_backtrace::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x581a8933c40b - test[b137923399915ecf]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x581a8933c40b - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x581a8933c40b - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x581a8933c40b - std[128c3efe2914e152]::panicking::catch_unwind::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x581a8933c40b - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x581a8933c40b - test[b137923399915ecf]::run_test_in_process
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x581a8933c40b - test[b137923399915ecf]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x581a89336864 - test[b137923399915ecf]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x581a89336864 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace::<test[b137923399915ecf]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x581a8933f012 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x581a8933f012 - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x581a8933f012 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x581a8933f012 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x581a8933f012 - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x581a8933f012 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x581a8933f012 - <std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x581a8a42518f - <alloc[fef50e8eecedd288]::boxed::Box<dyn core[6771d259883166e6]::ops::function::FnOnce<(), Output = ()> + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stdout]   65:     0x581a8a42518f - <std[128c3efe2914e152]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x767cbe60baa4 - <unknown>
[INFO] [stdout]   67:     0x767cbe698a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     handlers::handle_edit_user::tests::direct_handle_edit_user_wrong_password
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 120 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p api-v1 --bin api-v1`
[INFO] running `Command { std: "docker" "inspect" "aa8ff0c0add38e1af97b8f10f544e63c6ca150df563c9e34b0a01aedc962d66b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa8ff0c0add38e1af97b8f10f544e63c6ca150df563c9e34b0a01aedc962d66b", kill_on_drop: false }`
[INFO] [stdout] aa8ff0c0add38e1af97b8f10f544e63c6ca150df563c9e34b0a01aedc962d66b
