[INFO] fetching crate biocrs 0.1.0...
[INFO] testing biocrs-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate biocrs 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate biocrs 0.1.0
[INFO] finished tweaking crates.io crate biocrs 0.1.0
[INFO] tweaked toml for crates.io crate biocrs 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate biocrs 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate biocrs 0.1.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3ce4e105a5f9a3e258844a85985feddf7a77c62cdfd3ac18797d388b1700ce2a
[INFO] running `Command { std: "docker" "start" "-a" "3ce4e105a5f9a3e258844a85985feddf7a77c62cdfd3ac18797d388b1700ce2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ce4e105a5f9a3e258844a85985feddf7a77c62cdfd3ac18797d388b1700ce2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ce4e105a5f9a3e258844a85985feddf7a77c62cdfd3ac18797d388b1700ce2a", kill_on_drop: false }`
[INFO] [stdout] 3ce4e105a5f9a3e258844a85985feddf7a77c62cdfd3ac18797d388b1700ce2a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4a1c30e586a150495eb47aaeb441db9369dea667b1bdc0eb2abbd2511586d17
[INFO] running `Command { std: "docker" "start" "-a" "c4a1c30e586a150495eb47aaeb441db9369dea667b1bdc0eb2abbd2511586d17", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libsqlite3-sys v0.33.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling testing_table v0.3.0
[INFO] [stderr]    Compiling papergrid v0.17.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]    Compiling tabled v0.20.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling dsl_auto_type v0.1.3
[INFO] [stderr]    Compiling diesel_derives v2.2.5
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling diesel v2.2.10
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling migrations_internals v2.2.0
[INFO] [stderr]    Compiling migrations_macros v2.2.0
[INFO] [stderr]    Compiling diesel_migrations v2.2.0
[INFO] [stderr]    Compiling biocrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `cache_dir`, `max_size_bytes`, `cleanup_interval`, `rname_pattern`, `hash_algorithm`, and `compression` are never read
[INFO] [stdout]   --> src/cache_config.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CacheConfig<'a> {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout]  6 |     cache_dir: &'a Path,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]  7 |     max_size_bytes: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]  8 |     cleanup_interval: Option<NaiveDateTime>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     rname_pattern: Option<Regex>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 10 |     hash_algorithm: &'a str,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     compression: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.63s
[INFO] running `Command { std: "docker" "inspect" "c4a1c30e586a150495eb47aaeb441db9369dea667b1bdc0eb2abbd2511586d17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4a1c30e586a150495eb47aaeb441db9369dea667b1bdc0eb2abbd2511586d17", kill_on_drop: false }`
[INFO] [stdout] c4a1c30e586a150495eb47aaeb441db9369dea667b1bdc0eb2abbd2511586d17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35a5131a0e35d23f3a93b7bbec51a2f9e4230a07fe8f92e43319668d30a73a9d
[INFO] running `Command { std: "docker" "start" "-a" "35a5131a0e35d23f3a93b7bbec51a2f9e4230a07fe8f92e43319668d30a73a9d", kill_on_drop: false }`
[INFO] [stderr]    Compiling biocrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `cache_dir`, `max_size_bytes`, `cleanup_interval`, `rname_pattern`, `hash_algorithm`, and `compression` are never read
[INFO] [stdout]   --> src/cache_config.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CacheConfig<'a> {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout]  6 |     cache_dir: &'a Path,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]  7 |     max_size_bytes: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]  8 |     cleanup_interval: Option<NaiveDateTime>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     rname_pattern: Option<Regex>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 10 |     hash_algorithm: &'a str,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     compression: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `cache_dir`, `max_size_bytes`, `cleanup_interval`, `rname_pattern`, `hash_algorithm`, and `compression` are never read
[INFO] [stdout]   --> src/cache_config.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct CacheConfig<'a> {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout]  6 |     cache_dir: &'a Path,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]  7 |     max_size_bytes: Option<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]  8 |     cleanup_interval: Option<NaiveDateTime>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]  9 |     rname_pattern: Option<Regex>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 10 |     hash_algorithm: &'a str,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     compression: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.01s
[INFO] running `Command { std: "docker" "inspect" "35a5131a0e35d23f3a93b7bbec51a2f9e4230a07fe8f92e43319668d30a73a9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35a5131a0e35d23f3a93b7bbec51a2f9e4230a07fe8f92e43319668d30a73a9d", kill_on_drop: false }`
[INFO] [stdout] 35a5131a0e35d23f3a93b7bbec51a2f9e4230a07fe8f92e43319668d30a73a9d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 631cda2f114448b2a86424ac0834743b27558d279c6b6b8a9e667900647f9e21
[INFO] running `Command { std: "docker" "start" "-a" "631cda2f114448b2a86424ac0834743b27558d279c6b6b8a9e667900647f9e21", kill_on_drop: false }`
[INFO] [stderr] warning: fields `cache_dir`, `max_size_bytes`, `cleanup_interval`, `rname_pattern`, `hash_algorithm`, and `compression` are never read
[INFO] [stderr]   --> src/cache_config.rs:6:5
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub struct CacheConfig<'a> {
[INFO] [stderr]    |            ----------- fields in this struct
[INFO] [stderr]  6 |     cache_dir: &'a Path,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]  7 |     max_size_bytes: Option<usize>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr]  8 |     cleanup_interval: Option<NaiveDateTime>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]  9 |     rname_pattern: Option<Regex>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr] 10 |     hash_algorithm: &'a str,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 11 |     compression: bool,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `biocrs` (lib) generated 1 warning
[INFO] [stderr] warning: `biocrs` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/biocrs-4678c897aaaf57ea)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test biocache::tests::test_create_cache_file ... ok
[INFO] [stdout] test biocache::tests::test_add_retrieve ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/biocrs-55068784de6a377e)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test biocache::tests::test_create_cache_file ... ok
[INFO] [stdout] test biocache::tests::test_add_retrieve ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests biocrs
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "631cda2f114448b2a86424ac0834743b27558d279c6b6b8a9e667900647f9e21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "631cda2f114448b2a86424ac0834743b27558d279c6b6b8a9e667900647f9e21", kill_on_drop: false }`
[INFO] [stdout] 631cda2f114448b2a86424ac0834743b27558d279c6b6b8a9e667900647f9e21
