[INFO] cloning repository https://github.com/djmitche/rask
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/djmitche/rask" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmitche%2Frask", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmitche%2Frask'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 12cc1f8aff576266b8c903fe17375a89a801965b
[INFO] testing djmitche/rask against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmitche%2Frask" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/djmitche/rask
[INFO] finished tweaking git repo https://github.com/djmitche/rask
[INFO] tweaked toml for git repo https://github.com/djmitche/rask written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/djmitche/rask on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/djmitche/rask 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-2025-09-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da04555919875243538a895fa102aa72a1a8ba0476b6773c5bf0924ac48456ae
[INFO] running `Command { std: "docker" "start" "-a" "da04555919875243538a895fa102aa72a1a8ba0476b6773c5bf0924ac48456ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da04555919875243538a895fa102aa72a1a8ba0476b6773c5bf0924ac48456ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da04555919875243538a895fa102aa72a1a8ba0476b6773c5bf0924ac48456ae", kill_on_drop: false }`
[INFO] [stdout] da04555919875243538a895fa102aa72a1a8ba0476b6773c5bf0924ac48456ae
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 05afbf10917109a5812314a1e1772c2ddf6e45436d8734c0558eab5314450e74
[INFO] running `Command { std: "docker" "start" "-a" "05afbf10917109a5812314a1e1772c2ddf6e45436d8734c0558eab5314450e74", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling outref v0.5.1
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling ring v0.17.13
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.20
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling aws-types v1.3.5
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling p256 v0.11.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling ipnet v2.10.1
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.9
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling crc64fast-nvme v1.2.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio v1.47.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling google-cloud-token v0.1.2
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling thiserror v2.0.6
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling aws-smithy-async v1.2.4
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling hyper v1.5.1
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling aws-smithy-types v1.2.13
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling jsonwebtoken v9.3.0
[INFO] [stderr]    Compiling hyper v0.14.31
[INFO] [stderr]    Compiling reqwest v0.12.9
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.7.3
[INFO] [stderr]    Compiling aws-smithy-eventstream v0.60.7
[INFO] [stderr]    Compiling aws-smithy-json v0.61.2
[INFO] [stderr]    Compiling aws-smithy-query v0.60.7
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.6
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling aws-smithy-http v0.60.12
[INFO] [stderr]    Compiling aws-credential-types v1.2.1
[INFO] [stderr]    Compiling aws-smithy-http v0.61.1
[INFO] [stderr]    Compiling aws-sigv4 v1.2.9
[INFO] [stderr]    Compiling google-cloud-metadata v0.5.0
[INFO] [stderr]    Compiling google-cloud-auth v0.17.2
[INFO] [stderr]    Compiling aws-smithy-checksums v0.63.0
[INFO] [stderr]    Compiling reqwest-middleware v0.4.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling strum_macros v0.27.0
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling aws-smithy-runtime v1.7.8
[INFO] [stderr]    Compiling rusqlite v0.37.0
[INFO] [stderr]    Compiling google-cloud-storage v0.24.0
[INFO] [stderr]    Compiling strum v0.27.0
[INFO] [stderr]    Compiling aws-runtime v1.5.5
[INFO] [stderr]    Compiling aws-sdk-sts v1.62.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.61.0
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.62.0
[INFO] [stderr]    Compiling aws-sdk-s3 v1.78.0
[INFO] [stderr]    Compiling aws-config v1.5.18
[INFO] [stderr]    Compiling taskchampion v2.0.4-pre (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 31s
[INFO] running `Command { std: "docker" "inspect" "05afbf10917109a5812314a1e1772c2ddf6e45436d8734c0558eab5314450e74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05afbf10917109a5812314a1e1772c2ddf6e45436d8734c0558eab5314450e74", kill_on_drop: false }`
[INFO] [stdout] 05afbf10917109a5812314a1e1772c2ddf6e45436d8734c0558eab5314450e74
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cce888914cc65c8dc7fe6105f35ef43231257c7a3bc21067e3821b3968f0b567
[INFO] running `Command { std: "docker" "start" "-a" "cce888914cc65c8dc7fe6105f35ef43231257c7a3bc21067e3821b3968f0b567", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling rustix v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling rusqlite v0.37.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling aws-runtime v1.5.5
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.62.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.62.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.61.0
[INFO] [stderr]    Compiling aws-sdk-s3 v1.78.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling proptest v1.8.0
[INFO] [stderr]    Compiling aws-config v1.5.18
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling taskchampion v2.0.4-pre (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
[INFO] running `Command { std: "docker" "inspect" "cce888914cc65c8dc7fe6105f35ef43231257c7a3bc21067e3821b3968f0b567", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cce888914cc65c8dc7fe6105f35ef43231257c7a3bc21067e3821b3968f0b567", kill_on_drop: false }`
[INFO] [stdout] cce888914cc65c8dc7fe6105f35ef43231257c7a3bc21067e3821b3968f0b567
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b4a367ba8adb3c01e71dc83c1c1c7fc13bb7b6b8b6ce983868356ea51240ae18
[INFO] running `Command { std: "docker" "start" "-a" "b4a367ba8adb3c01e71dc83c1c1c7fc13bb7b6b8b6ce983868356ea51240ae18", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/taskchampion-a3eabf6b39819869)
[INFO] [stdout] 
[INFO] [stdout] running 290 tests
[INFO] [stdout] test depmap::test::dependencies ... ok
[INFO] [stdout] test depmap::test::dependents ... ok
[INFO] [stdout] test replica::tests::all_tasks ... ok
[INFO] [stdout] test operation::test::test_json_update_none ... ok
[INFO] [stdout] test errors::test::ureq_error_status ... ok
[INFO] [stdout] test replica::tests::commit_operations ... ok
[INFO] [stdout] test operation::test::test_json_delete ... ok
[INFO] [stdout] test replica::tests::commit_reversed_operations ... ok
[INFO] [stdout] test operation::test::op_order ... ok
[INFO] [stdout] test replica::tests::delete_task ... ok
[INFO] [stdout] test replica::tests::get_does_not_exist ... ok
[INFO] [stdout] test replica::tests::dependency_map ... ok
[INFO] [stdout] test replica::tests::expire ... ok
[INFO] [stdout] test replica::tests::modify_task ... ok
[INFO] [stdout] test replica::tests::new_pending_adds_to_working_set ... ok
[INFO] [stdout] test replica::tests::new_task ... ok
[INFO] [stdout] test replica::tests::new_recurring_adds_to_working_set ... ok
[INFO] [stdout] test server::cloud::aws::tests::compare_and_swap_appears ... ok
[INFO] [stdout] test replica::tests::pending_tasks ... ok
[INFO] [stdout] test server::cloud::aws::tests::compare_and_swap_changes ... ok
[INFO] [stdout] test server::cloud::aws::tests::compare_and_swap_create ... ok
[INFO] [stdout] test server::cloud::aws::tests::compare_and_swap_disappears ... ok
[INFO] [stdout] test replica::tests::rebuild_working_set_includes_recurring ... ok
[INFO] [stdout] test operation::test::test_json_update ... ok
[INFO] [stdout] test replica::tests::get_and_modify ... ok
[INFO] [stdout] test replica::tests::get_task_data_and_operations ... ok
[INFO] [stdout] test operation::test::test_json_create ... ok
[INFO] [stdout] test server::cloud::aws::tests::compare_and_swap_matches ... ok
[INFO] [stdout] test server::cloud::aws::tests::del ... ok
[INFO] [stdout] test server::cloud::aws::tests::compare_and_swap_old_value ... ok
[INFO] [stdout] test server::cloud::aws::tests::del_missing ... ok
[INFO] [stdout] test server::cloud::aws::tests::list ... ok
[INFO] [stdout] test server::cloud::aws::tests::put_and_get ... ok
[INFO] [stdout] test server::cloud::aws::tests::get_missing ... ok
[INFO] [stdout] test server::cloud::gcp::tests::compare_and_swap_changes ... ok
[INFO] [stdout] test server::cloud::gcp::tests::compare_and_swap_appears ... ok
[INFO] [stdout] test server::cloud::gcp::tests::compare_and_swap_disappears ... ok
[INFO] [stdout] test server::cloud::gcp::tests::compare_and_swap_create ... ok
[INFO] [stdout] test server::cloud::gcp::tests::compare_and_swap_expected_no_file ... ok
[INFO] [stdout] test server::cloud::gcp::tests::compare_and_swap_matches ... ok
[INFO] [stdout] test server::cloud::gcp::tests::del ... ok
[INFO] [stdout] test server::cloud::gcp::tests::get_missing ... ok
[INFO] [stdout] test server::cloud::gcp::tests::del_missing ... ok
[INFO] [stdout] test server::cloud::gcp::tests::list ... ok
[INFO] [stdout] test server::cloud::gcp::tests::compare_and_swap_old_value ... ok
[INFO] [stdout] test server::cloud::aws::tests::compare_and_swap_expected_no_file ... ok
[INFO] [stdout] test server::cloud::gcp::tests::put_and_get ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_children_of_latest ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_cycle ... ok
[INFO] [stdout] test server::cloud::server::tests::add_version_unknown ... ok
[INFO] [stdout] test server::cloud::server::tests::add_version_not_latest_race ... ok
[INFO] [stdout] test server::cloud::server::tests::add_snapshot ... ok
[INFO] [stdout] test server::cloud::server::tests::add_version_not_latest ... ok
[INFO] [stdout] test server::cloud::server::tests::add_version_empty ... ok
[INFO] [stdout] test server::cloud::server::tests::add_version_good ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_extra_branches ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_empty ... ok
[INFO] [stdout] test server::cloud::server::tests::get_child_version_empty ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_extra_snapshots ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_linear ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_old_versions_no_snapshot ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_old_versions_newer_than_snapshot ... ok
[INFO] [stdout] test server::cloud::server::tests::cleanup_old_versions_with_snapshot ... ok
[INFO] [stdout] test server::cloud::server::tests::get_child_version_single ... ok
[INFO] [stdout] test server::cloud::server::tests::get_child_versions_empty ... ok
[INFO] [stdout] test server::cloud::server::tests::get_salt_create ... ok
[INFO] [stdout] test server::cloud::server::tests::get_salt_existing ... ok
[INFO] [stdout] test server::cloud::server::tests::get_child_version_multiple ... ok
[INFO] [stdout] test server::cloud::server::tests::get_child_version_single_invalid ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_snapshot_name_bad_prefix ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_snapshot_name_invalid ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_snapshot_name_too_long ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_snapshot_name_too_short ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_version_name_bad_prefix ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_version_name_bad_separator ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_version_name_too_long ... ok
[INFO] [stdout] test server::cloud::server::tests::parse_version_name_too_short ... ok
[INFO] [stdout] test server::cloud::server::tests::snapshot_name_round_trip ... ok
[INFO] [stdout] test server::cloud::server::tests::version_name ... ok
[INFO] [stdout] test server::cloud::server::tests::version_name_round_trip ... ok
[INFO] [stdout] test server::encryption::test::envelope_bad_version ... ok
[INFO] [stdout] test server::encryption::test::envelope_round_trip ... ok
[INFO] [stdout] test server::encryption::test::envelope_too_short ... ok
[INFO] [stdout] test server::cloud::server::tests::get_child_versions_single ... ok
[INFO] [stdout] test server::cloud::server::tests::get_child_versions_multiple ... ok
[INFO] [stdout] test server::cloud::server::tests::get_latest_exists ... ok
[INFO] [stdout] test server::cloud::server::tests::get_latest_empty ... ok
[INFO] [stdout] test server::cloud::server::tests::get_latest_invalid ... ok
[INFO] [stdout] test server::cloud::server::tests::get_snapshot_present ... ok
[INFO] [stdout] test server::cloud::server::tests::get_snapshot_missing ... ok
[INFO] [stdout] test server::encryption::test::externally_valid::bad_app_id ... ok
[INFO] [stdout] test server::encryption::test::externally_valid::bad_salt ... ok
[INFO] [stdout] test server::encryption::test::externally_valid::bad_secret ... ok
[INFO] [stdout] test server::local::test::test_add_nonzero_base ... ok
[INFO] [stdout] test server::local::test::test_add_nonzero_base_forbidden ... ok
[INFO] [stdout] test server::local::test::test_add_zero_base ... ok
[INFO] [stdout] test server::local::test::test_empty ... ok
[INFO] [stdout] test server::op::test::test_from_op_create ... ok
[INFO] [stdout] test server::op::test::test_from_op_delete ... ok
[INFO] [stdout] test server::op::test::test_from_op_undo_point ... ok
[INFO] [stdout] test server::op::test::test_from_op_update ... ok
[INFO] [stdout] test server::op::test::test_json_create ... ok
[INFO] [stdout] test server::op::test::test_json_delete ... ok
[INFO] [stdout] test server::op::test::test_json_update ... ok
[INFO] [stdout] test server::op::test::test_json_update_none ... ok
[INFO] [stdout] test server::op::test::test_related_updates_different_props ... ok
[INFO] [stdout] test server::op::test::test_related_updates_same_prop ... ok
[INFO] [stdout] test server::op::test::test_related_updates_same_prop_same_time ... ok
[INFO] [stdout] test server::encryption::test::externally_valid::bad_version_id ... ok
[INFO] [stdout] test server::op::test::test_unrelated_create ... ok
[INFO] [stdout] test server::encryption::test::externally_valid::bad_version ... ok
[INFO] [stdout] test storage::inmemory::test::add_to_working_set ... ok
[INFO] [stdout] test storage::inmemory::test::all_tasks_and_uuids ... ok
[INFO] [stdout] test storage::inmemory::test::all_tasks_empty ... ok
[INFO] [stdout] test storage::inmemory::test::base_version_default ... ok
[INFO] [stdout] test storage::inmemory::test::base_version_setting ... ok
[INFO] [stdout] test storage::inmemory::test::clear_working_set ... ok
[INFO] [stdout] test storage::inmemory::test::create ... ok
[INFO] [stdout] test storage::inmemory::test::create_exists ... ok
[INFO] [stdout] test storage::inmemory::test::delete_task_exists ... ok
[INFO] [stdout] test storage::inmemory::test::delete_task_missing ... ok
[INFO] [stdout] test storage::inmemory::test::drop_transaction ... ok
[INFO] [stdout] test storage::inmemory::test::get_missing ... ok
[INFO] [stdout] test storage::inmemory::test::get_working_set_empty ... ok
[INFO] [stdout] test storage::inmemory::test::remove_operations ... ok
[INFO] [stdout] test storage::inmemory::test::set_task ... ok
[INFO] [stdout] test storage::inmemory::test::set_working_set_item ... ok
[INFO] [stdout] test storage::inmemory::test::sync_complete ... ok
[INFO] [stdout] test storage::inmemory::test::task_operations ... ok
[INFO] [stdout] test storage::inmemory::test::unsynced_operations ... ok
[INFO] [stdout] test storage::sqlite::schema::test::get_db_version_empty ... ok
[INFO] [stdout] test storage::sqlite::schema::test::get_db_version_no_table ... ok
[INFO] [stdout] test storage::sqlite::schema::test::get_db_version_set ... ok
[INFO] [stdout] test storage::sqlite::schema::test::get_db_version_set_twice ... ok
[INFO] [stdout] test storage::sqlite::schema::test::test_upgrade_to_0_1 ... ok
[INFO] [stdout] test storage::sqlite::schema::test::test_upgrade_to_0_2 ... ok
[INFO] [stdout] test storage::sqlite::test::add_to_working_set ... ok
[INFO] [stdout] test storage::sqlite::test::all_tasks_and_uuids ... ok
[INFO] [stdout] test storage::sqlite::test::all_tasks_empty ... ok
[INFO] [stdout] test storage::sqlite::test::base_version_default ... ok
[INFO] [stdout] test storage::sqlite::test::base_version_setting ... ok
[INFO] [stdout] test storage::sqlite::test::clear_working_set ... ok
[INFO] [stdout] test storage::sqlite::test::create ... ok
[INFO] [stdout] test storage::sqlite::test::create_exists ... ok
[INFO] [stdout] test storage::sqlite::test::delete_task_exists ... ok
[INFO] [stdout] test storage::sqlite::test::delete_task_missing ... ok
[INFO] [stdout] test storage::sqlite::test::drop_transaction ... ok
[INFO] [stdout] test storage::sqlite::test::get_missing ... ok
[INFO] [stdout] test storage::sqlite::test::get_working_set_empty ... ok
[INFO] [stdout] test storage::sqlite::test::remove_operations ... ok
[INFO] [stdout] test storage::sqlite::test::set_task ... ok
[INFO] [stdout] test storage::sqlite::test::set_working_set_item ... ok
[INFO] [stdout] test storage::sqlite::test::sync_complete ... ok
[INFO] [stdout] test storage::sqlite::test::task_operations ... ok
[INFO] [stdout] test storage::sqlite::test::test_0_8_0_db ... ok
[INFO] [stdout] test storage::sqlite::test::test_concurrent_access ... ok
[INFO] [stdout] test storage::sqlite::test::test_empty_dir ... ok
[INFO] [stdout] test storage::sqlite::test::test_read_only::case_1_create_non_existent ... ok
[INFO] [stdout] test storage::sqlite::test::test_read_only::case_2_create_exists ... ok
[INFO] [stdout] test storage::sqlite::test::test_read_only::case_3_exists_dont_create ... ok
[INFO] [stdout] test storage::sqlite::test::unsynced_operations ... ok
[INFO] [stdout] test task::data::test::create ... ok
[INFO] [stdout] test task::data::test::delete ... ok
[INFO] [stdout] test task::data::test::get ... ok
[INFO] [stdout] test task::data::test::get_uuid ... ok
[INFO] [stdout] test task::data::test::has ... ok
[INFO] [stdout] test task::data::test::iter ... ok
[INFO] [stdout] test task::data::test::properties ... ok
[INFO] [stdout] test task::data::test::update_existing_prop ... ok
[INFO] [stdout] test task::data::test::update_new_prop ... ok
[INFO] [stdout] test task::data::test::update_remove_prop ... ok
[INFO] [stdout] test task::status::test::display ... ok
[INFO] [stdout] test task::status::test::from_taskmap ... ok
[INFO] [stdout] test task::status::test::to_taskmap ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_err::case_1_empty ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_err::case_2_colon_infix ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_err::case_3_digits ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_err::case_4_bangs ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_err::case_5_no_such_synthetic ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_success::case_1_simple ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_success::case_2_colon_prefix ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_success::case_3_letters_and_numbers ... ok
[INFO] [stdout] test task::tag::test::test_tag_try_into_success::case_4_synthetic ... ok
[INFO] [stdout] test task::task::test::dependencies_tags ... ok
[INFO] [stdout] test task::task::test::set_value_modified ... ok
[INFO] [stdout] test task::task::test::test_add_annotation ... ok
[INFO] [stdout] test task::task::test::test_add_annotation_overwrite ... ok
[INFO] [stdout] test task::task::test::test_add_due ... ok
[INFO] [stdout] test task::task::test::test_add_tags ... ok
[INFO] [stdout] test task::task::test::test_delete ... ok
[INFO] [stdout] test task::task::test::test_dependencies_one ... ok
[INFO] [stdout] test task::task::test::test_dependencies_removed ... ok
[INFO] [stdout] test task::task::test::test_dependencies_two ... ok
[INFO] [stdout] test task::task::test::test_done ... ok
[INFO] [stdout] test task::task::test::test_due_new_task ... ok
[INFO] [stdout] test task::task::test::test_entry_not_set ... ok
[INFO] [stdout] test task::task::test::test_entry_set ... ok
[INFO] [stdout] test task::task::test::test_get_annotations ... ok
[INFO] [stdout] test task::task::test::test_get_due ... ok
[INFO] [stdout] test task::task::test::test_get_invalid_due ... ok
[INFO] [stdout] test task::task::test::test_get_legacy_uda ... ok
[INFO] [stdout] test task::task::test::test_get_priority_default ... ok
[INFO] [stdout] test task::task::test::test_get_priority_new_task ... ok
[INFO] [stdout] test task::task::test::test_get_tags ... ok
[INFO] [stdout] test task::task::test::test_get_tags_invalid_tags ... ok
[INFO] [stdout] test task::task::test::test_get_uda ... ok
[INFO] [stdout] test task::task::test::test_get_udas ... ok
[INFO] [stdout] test task::task::test::test_get_user_defined_attribute ... ok
[INFO] [stdout] test task::task::test::test_has_tag ... ok
[INFO] [stdout] test task::task::test::test_is_active_active ... ok
[INFO] [stdout] test task::task::test::test_is_active_inactive ... ok
[INFO] [stdout] test task::task::test::test_is_active_never_started ... ok
[INFO] [stdout] test task::task::test::test_remove_annotation ... ok
[INFO] [stdout] test task::task::test::test_remove_due ... ok
[INFO] [stdout] test task::task::test::test_remove_legacy_uda ... ok
[INFO] [stdout] test task::task::test::test_remove_tags ... ok
[INFO] [stdout] test task::task::test::test_remove_uda ... ok
[INFO] [stdout] test task::task::test::test_remove_uda_invalid ... ok
[INFO] [stdout] test task::task::test::test_remove_user_defined_attribute ... ok
[INFO] [stdout] test task::task::test::test_set_get_priority ... ok
[INFO] [stdout] test task::task::test::test_set_get_value ... ok
[INFO] [stdout] test task::task::test::test_set_get_value_none ... ok
[INFO] [stdout] test task::task::test::test_set_legacy_uda ... ok
[INFO] [stdout] test task::task::test::test_set_status_completed ... ok
[INFO] [stdout] test task::task::test::test_set_status_deleted ... ok
[INFO] [stdout] test task::task::test::test_set_status_pending ... ok
[INFO] [stdout] test task::task::test::test_set_status_recurring ... ok
[INFO] [stdout] test task::task::test::test_set_uda ... ok
[INFO] [stdout] test task::task::test::test_set_uda_invalid ... ok
[INFO] [stdout] test task::task::test::test_set_user_defined_attribute ... ok
[INFO] [stdout] test task::task::test::test_start ... ok
[INFO] [stdout] test task::task::test::test_stop ... ok
[INFO] [stdout] test task::task::test::test_wait_in_future ... ok
[INFO] [stdout] test task::task::test::test_wait_in_past ... ok
[INFO] [stdout] test task::task::test::test_wait_not_set ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_create ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_create_delete ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_create_exists ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_create_exists_update ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_create_update ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_create_update_delete_prop ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_delete_not_present ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_delete_then_update ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_several_tasks ... ok
[INFO] [stdout] test taskdb::apply::tests::apply_operations_update_does_not_exist ... ok
[INFO] [stdout] test taskdb::apply::tests::test_apply_create ... ok
[INFO] [stdout] test server::op::test::transform_invariant_holds ... ok
[INFO] [stdout] test taskdb::apply::tests::test_apply_create_exists ... ok
[INFO] [stdout] test taskdb::apply::tests::test_apply_create_delete ... ok
[INFO] [stdout] test taskdb::apply::tests::test_apply_create_update ... ok
[INFO] [stdout] test taskdb::apply::tests::test_apply_create_update_delete_prop ... ok
[INFO] [stdout] test taskdb::apply::tests::test_apply_delete_not_present ... ok
[INFO] [stdout] test taskdb::apply::tests::test_apply_update_does_not_exist ... ok
[INFO] [stdout] test taskdb::snapshot::test::test_round_trip ... ok
[INFO] [stdout] test taskdb::snapshot::test::test_serialize_empty ... ok
[INFO] [stdout] test taskdb::snapshot::test::test_serialize_tasks ... ok
[INFO] [stdout] test taskdb::sync::test::test_sync ... ok
[INFO] [stdout] test taskdb::sync::test::test_sync_avoids_snapshot ... ok
[INFO] [stdout] test taskdb::sync::test::test_sync_add_snapshot_start_with_snapshot ... ok
[INFO] [stdout] test taskdb::sync::test::test_sync_batches_at_least_one_op ... ok
[INFO] [stdout] test taskdb::sync::test::test_sync_conflicting_updates ... ok
[INFO] [stdout] test taskdb::sync::test::test_sync_create_delete ... ok
[INFO] [stdout] test taskdb::sync::test::test_sync_batched ... ok
[INFO] [stdout] test taskdb::tests::commit_operations_update_working_set ... ok
[INFO] [stdout] test taskdb::tests::test_num_operations ... ok
[INFO] [stdout] test taskdb::tests::commit_operations ... ok
[INFO] [stdout] test taskdb::tests::test_num_undo_points ... ok
[INFO] [stdout] test taskdb::undo::tests::test_reverse_create ... ok
[INFO] [stdout] test taskdb::undo::tests::test_reverse_delete ... ok
[INFO] [stdout] test taskdb::undo::tests::test_reverse_undo_point ... ok
[INFO] [stdout] test taskdb::undo::tests::test_reverse_update ... ok
[INFO] [stdout] test taskdb::working_set::test::rebuild_working_set_no_change ... ok
[INFO] [stdout] test taskdb::working_set::test::rebuild_working_set_no_renumber ... ok
[INFO] [stdout] test taskdb::working_set::test::rebuild_working_set_renumber ... ok
[INFO] [stdout] test taskdb::working_set::test::rebuild_working_set_shrinks ... ok
[INFO] [stdout] test utils::test::test_from_bytes ... ok
[INFO] [stdout] test taskdb::undo::tests::test_apply_create ... ok
[INFO] [stdout] test workingset::test::test_by_index ... ok
[INFO] [stdout] test workingset::test::test_by_uuid ... ok
[INFO] [stdout] test workingset::test::test_iter ... ok
[INFO] [stdout] test workingset::test::test_largest_index ... ok
[INFO] [stdout] test workingset::test::test_len_and_is_empty ... ok
[INFO] [stdout] test workingset::test::test_new ... ok
[INFO] [stdout] test utils::test::test_from_bytes_bad_len - should panic ... ok
[INFO] [stdout] test server::encryption::test::round_trip_bad_version ... ok
[INFO] [stdout] test server::encryption::test::externally_valid::good ... ok
[INFO] [stdout] test server::encryption::test::round_trip ... ok
[INFO] [stdout] test server::encryption::test::round_trip_bad_salt ... ok
[INFO] [stdout] test server::encryption::test::round_trip_bad_key ... ok
[INFO] [stdout] test server::sync::test::sync_server_url_construction ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 290 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 122.73s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cross-sync.rs (/opt/rustwide/target/debug/deps/cross_sync-74e4cd680f6a4865)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test cross_sync ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/syncing-proptest.rs (/opt/rustwide/target/debug/deps/syncing_proptest-44c64a653bcfb92a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test multi_replica_sync ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.75s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/update-and-delete-sync.rs (/opt/rustwide/target/debug/deps/update_and_delete_sync-32a5ccc741ceae6a)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test update_and_delete_sync_delete_first ... ok
[INFO] [stdout] test update_and_delete_sync_update_first ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests taskchampion
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/replica.rs - replica::Replica (line 33) ... ok
[INFO] [stdout] test src/lib.rs - (line 40) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.86s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b4a367ba8adb3c01e71dc83c1c1c7fc13bb7b6b8b6ce983868356ea51240ae18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4a367ba8adb3c01e71dc83c1c1c7fc13bb7b6b8b6ce983868356ea51240ae18", kill_on_drop: false }`
[INFO] [stdout] b4a367ba8adb3c01e71dc83c1c1c7fc13bb7b6b8b6ce983868356ea51240ae18
