[INFO] cloning repository https://github.com/konstin/monotrail-resolve
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/konstin/monotrail-resolve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkonstin%2Fmonotrail-resolve", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkonstin%2Fmonotrail-resolve'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 32c3608090d85b5cc2d843190c601f1a03bae17f
[INFO] testing konstin/monotrail-resolve against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkonstin%2Fmonotrail-resolve" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/konstin/monotrail-resolve
[INFO] finished tweaking git repo https://github.com/konstin/monotrail-resolve
[INFO] tweaked toml for git repo https://github.com/konstin/monotrail-resolve written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/konstin/monotrail-resolve on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/konstin/monotrail-resolve 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4
[INFO] running `Command { std: "docker" "start" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling target-lexicon v0.12.11
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]    Compiling unindent v0.1.11
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling quoted_printable v0.4.8
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling pyo3-build-config v0.19.2
[INFO] [stderr]    Compiling data-encoding v2.4.0
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling indexmap v2.0.1
[INFO] [stderr]    Compiling charset v0.1.3
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling mailparse v0.14.0
[INFO] [stderr]    Compiling chumsky v0.9.2
[INFO] [stderr]    Compiling pyo3-ffi v0.19.2
[INFO] [stderr]    Compiling pyo3 v0.19.2
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling pyo3-macros-backend v0.19.2
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling rfc2047-decoder v1.0.1
[INFO] [stderr]    Compiling pyo3-macros v0.19.2
[INFO] [stderr]    Compiling pyo3-log v0.8.3
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling pep440_rs v0.3.12
[INFO] [stderr]    Compiling pep508_rs v0.2.3
[INFO] [stderr]    Compiling pypi_types v0.1.0 (/opt/rustwide/workdir/pypi_types_crate)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 19s
[INFO] running `Command { std: "docker" "inspect" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling pypi_types v0.1.0 (/opt/rustwide/workdir/pypi_types_crate)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 13.60s
[INFO] running `Command { std: "docker" "inspect" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/pypi_types-56f442e891e927d5)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test marker_intersection::test::test_contradiction_elimination ... ok
[INFO] [stdout] test marker_intersection::test::test_dnf_synthetic ... ok
[INFO] [stdout] test marker_intersection::test::test_duplicate_elimination ... ok
[INFO] [stdout] test version_intersection::test::test_disjoint_python_postfix ... ok
[INFO] [stdout] test version_intersection::test::test_intersecting_version_specifiers ... ok
[INFO] [stdout] test version_intersection::test::test_intersecting_python_stable ... ok
[INFO] [stdout] test version_intersection::test::test_disjoint_version_specifiers ... ok
[INFO] [stdout] test version_intersection::test::test_disjoint_version_specifiers_empty ... ok
[INFO] [stdout] test version_intersection::test::test_intersecting_python_postfix ... ok
[INFO] [stdout] test version_intersection::test::test_disjoint_python_stable ... ok
[INFO] [stdout] test marker_intersection::test::test_intersecting_identical_python_stable ... ok
[INFO] [stdout] test marker_intersection::test::test_dnf_sqlalchemy ... ok
[INFO] [stdout] test marker_intersection::test::test_disjoint_python_stable ... ok
[INFO] [stdout] test marker_intersection::test::test_grpcio ... ok
[INFO] [stdout] test marker_intersection::test::test_warnings ... ok
[INFO] [stdout] test version_intersection::test::test_bounds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4", kill_on_drop: false }`
[INFO] [stdout] 20d31038ac63fb66efefa5e87caf6e791968dd8d631847a276deb36e1fb16cc4
