[INFO] cloning repository https://github.com/David-OConnor/pypackages [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/David-OConnor/pypackages" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavid-OConnor%2Fpypackages", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavid-OConnor%2Fpypackages'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c63e66bae1bbd83fb5fc97921999a19b90664473 [INFO] testing David-OConnor/pypackages against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDavid-OConnor%2Fpypackages" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/David-OConnor/pypackages on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/David-OConnor/pypackages [INFO] finished tweaking git repo https://github.com/David-OConnor/pypackages [INFO] tweaked toml for git repo https://github.com/David-OConnor/pypackages written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/David-OConnor/pypackages already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba2c57c7472d604638fc710f0a11b0fee5bbf13b280986e664c8de3822c778e1 [INFO] running `Command { std: "docker" "start" "-a" "ba2c57c7472d604638fc710f0a11b0fee5bbf13b280986e664c8de3822c778e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba2c57c7472d604638fc710f0a11b0fee5bbf13b280986e664c8de3822c778e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba2c57c7472d604638fc710f0a11b0fee5bbf13b280986e664c8de3822c778e1", kill_on_drop: false }` [INFO] [stdout] ba2c57c7472d604638fc710f0a11b0fee5bbf13b280986e664c8de3822c778e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d7894495a4f4a62c335101378ab36c096e1cc1ba0e7439ea294d7569952579e [INFO] running `Command { std: "docker" "start" "-a" "5d7894495a4f4a62c335101378ab36c096e1cc1ba0e7439ea294d7569952579e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling object v0.24.0 [INFO] [stderr] Compiling rustc-demangle v0.1.19 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Compiling unicode-normalization v0.1.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling backtrace v0.3.59 [INFO] [stderr] Compiling bzip2-sys v0.1.10+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.17 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tar v0.4.35 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling xz2 v0.1.6 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling addr2line v0.15.1 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling publicsuffix v1.5.6 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling ct-logs v0.6.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling webpki-roots v0.17.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio-rustls v0.10.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling mockall_double v0.2.0 [INFO] [stderr] Compiling hyper-rustls v0.17.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling zip v0.5.12 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stderr] Compiling pyflow v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/py_versions.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 215 | / util::abort( [INFO] [stdout] 216 | | "Unfortunately, we don't yet support other Operating systems.\ [INFO] [stdout] 217 | | It's worth trying the other options, to see if one works anyway.", [INFO] [stdout] 218 | | ); [INFO] [stdout] | |_________________- any code following this expression is unreachable [INFO] [stdout] 219 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2015` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/mod.rs:491:17 [INFO] [stdout] | [INFO] [stdout] 487 | / abort(&format!( [INFO] [stdout] 488 | | "Problem converting path to absolute path: {:?}", [INFO] [stdout] 489 | | error [INFO] [stdout] 490 | | )); [INFO] [stdout] | |__________________- any code following this expression is unreachable [INFO] [stdout] 491 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2015` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `requires_dist` [INFO] [stdout] --> src/dep_resolution.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | requires_dist: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `requires_python` [INFO] [stdout] --> src/dep_resolution.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | requires_python: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/dep_resolution.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | version: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `urls` [INFO] [stdout] --> src/dep_resolution.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | urls: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WarehouseData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.44s [INFO] running `Command { std: "docker" "inspect" "5d7894495a4f4a62c335101378ab36c096e1cc1ba0e7439ea294d7569952579e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d7894495a4f4a62c335101378ab36c096e1cc1ba0e7439ea294d7569952579e", kill_on_drop: false }` [INFO] [stdout] 5d7894495a4f4a62c335101378ab36c096e1cc1ba0e7439ea294d7569952579e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f29f0e301640c0df5b3c912e7f40e9944eb7db4827a76242971d7e5ea0ab1416 [INFO] running `Command { std: "docker" "start" "-a" "f29f0e301640c0df5b3c912e7f40e9944eb7db4827a76242971d7e5ea0ab1416", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling downcast v0.10.0 [INFO] [stderr] Compiling fragile v1.0.0 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling mockall_derive v0.9.1 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling predicates-tree v1.0.2 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling rstest v0.10.0 [INFO] [stderr] Compiling mockall v0.9.1 [INFO] [stderr] Compiling pyflow v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/py_versions.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 215 | / util::abort( [INFO] [stdout] 216 | | "Unfortunately, we don't yet support other Operating systems.\ [INFO] [stdout] 217 | | It's worth trying the other options, to see if one works anyway.", [INFO] [stdout] 218 | | ); [INFO] [stdout] | |_________________- any code following this expression is unreachable [INFO] [stdout] 219 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2015` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/util/mod.rs:491:17 [INFO] [stdout] | [INFO] [stdout] 487 | / abort(&format!( [INFO] [stdout] 488 | | "Problem converting path to absolute path: {:?}", [INFO] [stdout] 489 | | error [INFO] [stdout] 490 | | )); [INFO] [stdout] | |__________________- any code following this expression is unreachable [INFO] [stdout] 491 | unreachable!() [INFO] [stdout] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::panic::unreachable_2015` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `requires_dist` [INFO] [stdout] --> src/dep_resolution.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | requires_dist: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `requires_python` [INFO] [stdout] --> src/dep_resolution.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | requires_python: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/dep_resolution.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | version: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `urls` [INFO] [stdout] --> src/dep_resolution.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | urls: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WarehouseData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/dep_resolution.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.42s [INFO] running `Command { std: "docker" "inspect" "f29f0e301640c0df5b3c912e7f40e9944eb7db4827a76242971d7e5ea0ab1416", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f29f0e301640c0df5b3c912e7f40e9944eb7db4827a76242971d7e5ea0ab1416", kill_on_drop: false }` [INFO] [stdout] f29f0e301640c0df5b3c912e7f40e9944eb7db4827a76242971d7e5ea0ab1416 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 607afc73b2f02198d7973c015e2e8139291bc4ff889f2ba8e288c1cb27018d3d [INFO] running `Command { std: "docker" "start" "-a" "607afc73b2f02198d7973c015e2e8139291bc4ff889f2ba8e288c1cb27018d3d", kill_on_drop: false }` [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/py_versions.rs:219:17 [INFO] [stderr] | [INFO] [stderr] 215 | / util::abort( [INFO] [stderr] 216 | | "Unfortunately, we don't yet support other Operating systems.\ [INFO] [stderr] 217 | | It's worth trying the other options, to see if one works anyway.", [INFO] [stderr] 218 | | ); [INFO] [stderr] | |_________________- any code following this expression is unreachable [INFO] [stderr] 219 | unreachable!() [INFO] [stderr] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in the macro `$crate::panic::unreachable_2015` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/util/mod.rs:491:17 [INFO] [stderr] | [INFO] [stderr] 487 | / abort(&format!( [INFO] [stderr] 488 | | "Problem converting path to absolute path: {:?}", [INFO] [stderr] 489 | | error [INFO] [stderr] 490 | | )); [INFO] [stderr] | |__________________- any code following this expression is unreachable [INFO] [stderr] 491 | unreachable!() [INFO] [stderr] | ^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `$crate::panic::unreachable_2015` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `requires_dist` [INFO] [stderr] --> src/dep_resolution.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | requires_dist: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/dep_resolution.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `requires_python` [INFO] [stderr] --> src/dep_resolution.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | requires_python: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/dep_resolution.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `version` [INFO] [stderr] --> src/dep_resolution.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | version: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WarehouseInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/dep_resolution.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `urls` [INFO] [stderr] --> src/dep_resolution.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | urls: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WarehouseData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/dep_resolution.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pyflow` (bin "pyflow" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pyflow-e166cb02c9c1dde8) [INFO] [stdout] [INFO] [stdout] running 158 tests [INFO] [stdout] test dep_parser::tests::test_parse_constraint::case_3 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_constraint::case_1 ... ok [INFO] [stdout] test dep_parser::tests::dummy_test ... ok [INFO] [stdout] test build::test::py_list ... ok [INFO] [stdout] test dep_parser::tests::test_parse_constraint::case_2 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_constraint::case_4 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_extras::case_1 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_extras::case_2 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_extras::case_3 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_extras::case_4 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_package_name::case_3 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_package_name::case_1 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_package_name::case_2 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_package_name::case_4 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_package_name::case_5 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_req::case_1_gte ... ok [INFO] [stdout] test dep_parser::tests::test_parse_req::case_2_no_version ... ok [INFO] [stdout] test dep_parser::tests::test_parse_req::case_3_star_patch ... ok [INFO] [stdout] test dep_parser::tests::test_parse_req::case_4_star_extra_num ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_01 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_req_pypi::case_1 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_03 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_extras::case_5 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_02 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_04 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_05 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_06 ... ok [INFO] [stdout] test build::test::setup_creation ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_07 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_08 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_09 ... ok [INFO] [stdout] test dep_parser::tests::test_parse_version::case_10 ... ok [INFO] [stdout] test dep_types::tests::compat_rng::case_1_gt ... ok [INFO] [stdout] test dep_types::tests::bad_version ... ok [INFO] [stdout] test dep_types::tests::compat_rng::case_3_ne ... ok [INFO] [stdout] test dep_types::tests::compat_rng::case_2_gte ... ok [INFO] [stdout] test dep_types::tests::compat_rng::case_4_lt ... ok [INFO] [stdout] test dep_types::tests::compat_rng::case_5_lte ... ok [INFO] [stdout] test dep_types::tests::compat_rng::case_6_caret ... ok [INFO] [stdout] test dep_types::tests::compat_rng::case_7_tilde ... ok [INFO] [stdout] test dep_types::tests::constraint_multiple ... ok [INFO] [stdout] test dep_types::tests::constraint_to_string ... ok [INFO] [stdout] test dep_types::tests::intersection_contained ... ok [INFO] [stdout] test dep_types::tests::constraint_w_modifier ... ok [INFO] [stdout] test dep_types::tests::intersection_contained_many ... ok [INFO] [stdout] test dep_types::tests::intersection_contained_many_w_ne ... ok [INFO] [stdout] test dep_types::tests::intersections_empty ... ok [INFO] [stdout] test dep_types::tests::intersections_simple ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_01_caret_full_version ... ok [INFO] [stdout] test dep_types::tests::intersections_simple_many ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_02_caret_minor_version ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_03_caret_patch_version_is_exact_over ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_05_gte_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_04_caret_patch_version_is_exact_under ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_06_gte_eq ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_07_gte_misc ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_08_gt_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_09_gt_first ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_10_exact_over ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_11_exact_under ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_12_ne_over ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_14_lt_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_13_ne_under ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_15_lt_min ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_16_lte_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_17_lte_min ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_18_tilde_full_version_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_19_tilde_full_version_min ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_20_tilde_minor_version_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_21_tilde_minor_version_min ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_22_tilde_major_version_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_24_tilde_eq_full_version_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_25_tilde_eq_full_version_min ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_26_tilde_eq_minor_version_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_27_tilde_eq_minor_version_min ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_23_tilde_major_version_under ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_34_star_minor_version_max ... ok [INFO] [stdout] test dep_types::tests::parse_req_pip ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_32_star_minor_version_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_35_star_extra_num_version_max ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_33_star_patch_version_min ... ok [INFO] [stdout] test dep_types::tests::parse_req_caret ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_31_star_minor_version_min ... ok [INFO] [stdout] test dep_types::tests::parse_req_novers ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi_cplx ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi_tilde::case_1 ... ok [INFO] [stdout] test dep_types::tests::parse_req_tilde_short ... ok [INFO] [stdout] test dep_types::tests::pep440_bare::case_2_zero_padded ... ok [INFO] [stdout] test dep_types::tests::pep440_bare::case_4_pre_release ... ok [INFO] [stdout] test dep_types::tests::pep440_bare::case_5_post_release ... ok [INFO] [stdout] test dep_types::tests::pep440_post::case_1_exact ... ok [INFO] [stdout] test dep_types::tests::pep440_post::case_2_bare ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_2_cp_chain ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_3_cp26 ... ok [INFO] [stdout] test dep_types::tests::pep440_bare::case_6_star ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_1_py3 ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_8_pp257 ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_1_exact ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_3_lte ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_4_ne ... ok [INFO] [stdout] test dep_types::tests::pep440_bare::case_1_exact ... ok [INFO] [stdout] test dep_types::tests::pep440_post::case_3_star ... ok [INFO] [stdout] test dep_types::tests::parse_req_withvers ... ok [INFO] [stdout] test dep_types::tests::pep440_bare::case_3_dev_release ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_5_pp36 ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_5_gt ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_4_py_chain ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_6_any ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi_dot ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi_bracket ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi_tilde::case_2 ... ok [INFO] [stdout] test dep_types::tests::python_version_from_warehouse::case_7_semver ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_6_lt ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_7_caret ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_2_gte ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi_no_parens ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_9_multi_ne_gte ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string::case_8_tilde ... ok [INFO] [stdout] test dep_types::tests::version_parse ... ok [INFO] [stdout] test dep_types::tests::version_ordering ... ok [INFO] [stdout] test dep_types::tests::version_ordering_modded ... ok [INFO] [stdout] test dep_types::tests::req_to_cfg_string_empty_constraints ... ok [INFO] [stdout] test dep_types::tests::version_parse_w_wildcard ... ok [INFO] [stdout] test dep_types::tests::version_parse_w_modifiers ... ok [INFO] [stdout] test util::tests::dummy_test ... ok [INFO] [stdout] test files::tests::add_deps_dev_deps_baseline_no_deps_dev_deps ... ok [INFO] [stdout] test files::tests::add_deps_no_dev_deps_sect ... ok [INFO] [stdout] test dep_types::tests::parse_req_pypi_w_extras ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_05 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_07 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_03 ... ok [INFO] [stdout] test script::tests::dunder_python_specified::case_1 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_12 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_06 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_04 ... ok [INFO] [stdout] test files::tests::add_deps_baseline ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_11 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_02 ... ok [INFO] [stdout] test script::tests::dunder_python_specified::case_2 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_19 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_17 ... ok [INFO] [stdout] test files::tests::add_deps_baseline_empty_deps ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_15 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_10 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_01 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_09 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_13 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_18 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_20 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_16 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_14 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_21 ... ok [INFO] [stdout] test util::tests::test_os_from_str::case_08 ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_28_tilde_eq_major_version_max - should panic ... ok [INFO] [stdout] test dep_types::tests::is_compatible::case_29_tilde_eq_major_version_under - should panic ... ok [INFO] [stdout] test dep_resolution::tests::warehouse_versions ... FAILED [INFO] [stdout] test dep_types::tests::is_compatible::case_30_star_major_version - should panic ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- dep_resolution::tests::warehouse_versions stdout ---- [INFO] [stdout] thread 'dep_resolution::tests::warehouse_versions' panicked at 'called `Result::unwrap()` on an `Err` value: DependencyError { details: "Network error" }', src/dep_resolution.rs:844:46 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55caca59892c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55caca59892c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55caca59892c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55caca59892c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55caca5bfd1c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55caca591548 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55caca59af57 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55caca59af57 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55caca59af57 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55caca59ac8b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55caca59b6aa - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55caca59b397 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55caca598df4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55caca59b0a9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55cac9d6c863 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55cac9d6c953 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55cac9d98bb3 - core::result::Result::unwrap::h9248072a49e8bee3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x55cac9d82a29 - pyflow::dep_resolution::tests::warehouse_versions::h4d19b30ecf50b124 [INFO] [stdout] at /opt/rustwide/workdir/src/dep_resolution.rs:844:13 [INFO] [stdout] 18: 0x55cac9d829ca - pyflow::dep_resolution::tests::warehouse_versions::{{closure}}::h9bc2221c8a52334a [INFO] [stdout] at /opt/rustwide/workdir/src/dep_resolution.rs:840:5 [INFO] [stdout] 19: 0x55cac9dc8dce - core::ops::function::FnOnce::call_once::hb1793a242e4fd4e5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55caca2fd943 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55caca2fd943 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x55caca2fc671 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x55caca2fc671 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55caca2fc671 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x55caca2fc671 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x55caca2fc671 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x55caca2fc671 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x55caca2fc671 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55caca305f51 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55caca305f51 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x55caca2d26af - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x55caca2d26af - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55caca2d26af - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55caca2d26af - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55caca2d26af - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55caca2d26af - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x55caca2d26af - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55caca5a14c3 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55caca5a14c3 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55caca5a14c3 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f7cfdb63609 - start_thread [INFO] [stdout] 42: 0x7f7cfd935293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] dep_resolution::tests::warehouse_versions [INFO] [stdout] [INFO] [stdout] test result: FAILED. 157 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin pyflow' [INFO] running `Command { std: "docker" "inspect" "607afc73b2f02198d7973c015e2e8139291bc4ff889f2ba8e288c1cb27018d3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "607afc73b2f02198d7973c015e2e8139291bc4ff889f2ba8e288c1cb27018d3d", kill_on_drop: false }` [INFO] [stdout] 607afc73b2f02198d7973c015e2e8139291bc4ff889f2ba8e288c1cb27018d3d