[INFO] cloning repository https://github.com/drahnr/cachepot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/drahnr/cachepot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrahnr%2Fcachepot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrahnr%2Fcachepot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ecf91e3978c2d00e2589ff2a69677a7536d3afe7 [INFO] testing drahnr/cachepot against master#595316b4006932405a63862d8fe65f71a6356293 for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrahnr%2Fcachepot" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/drahnr/cachepot on toolchain 595316b4006932405a63862d8fe65f71a6356293 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/drahnr/cachepot [INFO] finished tweaking git repo https://github.com/drahnr/cachepot [INFO] tweaked toml for git repo https://github.com/drahnr/cachepot written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/drahnr/cachepot 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" "+595316b4006932405a63862d8fe65f71a6356293" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded conhash v0.4.0 [INFO] [stderr] Downloaded retry v1.3.0 [INFO] [stderr] Downloaded syslog v5.0.0 [INFO] [stderr] Downloaded thirtyfour_sync v0.27.0 [INFO] [stderr] Downloaded predicates v2.1.0 [INFO] [stderr] Downloaded daemonize v0.4.1 [INFO] [stderr] Downloaded core_affinity v0.5.10 [INFO] [stderr] Downloaded fs-err v2.6.0 [INFO] [stderr] Downloaded picky v6.3.0 [INFO] [stderr] Downloaded futures-locks v0.6.0 [INFO] [stderr] Downloaded libmount v0.1.15 [INFO] [stderr] Downloaded memcached-rs v0.4.2 [INFO] [stderr] Downloaded thirtyfour v0.27.3 [INFO] [stderr] Downloaded counted-array v0.1.2 [INFO] [stderr] Downloaded gzp v0.9.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a7e786b6210b550b5440be52bedfd7fafc1bdcd6b44ad218ebbacdb218c6f65 [INFO] running `Command { std: "docker" "start" "-a" "8a7e786b6210b550b5440be52bedfd7fafc1bdcd6b44ad218ebbacdb218c6f65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a7e786b6210b550b5440be52bedfd7fafc1bdcd6b44ad218ebbacdb218c6f65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a7e786b6210b550b5440be52bedfd7fafc1bdcd6b44ad218ebbacdb218c6f65", kill_on_drop: false }` [INFO] [stdout] 8a7e786b6210b550b5440be52bedfd7fafc1bdcd6b44ad218ebbacdb218c6f65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eaf9fa46f6572576fc867b19693a60f86d0a186fff5f9759a5013ca728ef1432 [INFO] running `Command { std: "docker" "start" "-a" "eaf9fa46f6572576fc867b19693a60f86d0a186fff5f9759a5013ca728ef1432", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling num-bigint-dig v0.7.0 [INFO] [stderr] Compiling zstd-sys v1.4.20+zstd.1.4.9 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling zeroize_derive v1.2.2 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling polyval v0.5.3 [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling rusoto_core v0.47.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling zstd-safe v3.0.1+zstd.1.4.9 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling local-encoding v0.2.0 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling ghash v0.4.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling ctr v0.8.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling blake3 v1.2.0 [INFO] [stderr] Compiling nanorand v0.6.1 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling vte v0.10.1 [INFO] [stderr] Compiling clap_derive v3.1.0 [INFO] [stderr] Compiling conhash v0.4.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling oid v0.2.1 [INFO] [stderr] Compiling picky-asn1 v0.3.3 [INFO] [stderr] Compiling simple_asn1 v0.5.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling picky-asn1-der v0.2.5 [INFO] [stderr] Compiling aes-gcm v0.9.4 [INFO] [stderr] Compiling flume v0.10.9 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling rsa v0.4.1 [INFO] [stderr] Compiling combine v4.6.2 [INFO] [stderr] Compiling picky-asn1-x509 v0.6.1 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling core_affinity v0.5.10 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling hyperx v0.13.2 [INFO] [stderr] Compiling clap v3.1.0 [INFO] [stderr] Compiling memcached-rs v0.4.2 [INFO] [stderr] Compiling tower v0.4.11 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling redis v0.21.4 [INFO] [stderr] Compiling which v4.2.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling directories v3.0.2 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Compiling gzp v0.9.2 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling picky v6.3.0 [INFO] [stderr] Compiling strum v0.23.0 [INFO] [stderr] Compiling futures-locks v0.6.0 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling retry v1.3.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling rusoto_credential v0.47.0 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling tokio-serde v0.8.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rusoto_signature v0.47.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling ar v0.8.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling fs-err v2.6.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling counted-array v0.1.2 [INFO] [stderr] Compiling rusoto_s3 v0.47.0 [INFO] [stderr] Compiling zstd v0.6.1+zstd.1.4.9 [INFO] [stderr] Compiling cachepot v0.1.0-rc.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/cache/redis.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | async fn put(&self, key: &str, entry: CacheWrite) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/cache/redis.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | cmd("SET").arg(key).arg(d).query_async(&mut c).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ToolchainReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:594:12 [INFO] [stdout] | [INFO] [stdout] 594 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputsReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:601:12 [INFO] [stdout] | [INFO] [stdout] 601 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bearer_auth` is never used [INFO] [stdout] --> src/dist/http.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait ReqwestRequestBuilderExt: Sized { [INFO] [stdout] | ------------------------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 41 | fn bearer_auth(self, token: String) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "eaf9fa46f6572576fc867b19693a60f86d0a186fff5f9759a5013ca728ef1432", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaf9fa46f6572576fc867b19693a60f86d0a186fff5f9759a5013ca728ef1432", kill_on_drop: false }` [INFO] [stdout] eaf9fa46f6572576fc867b19693a60f86d0a186fff5f9759a5013ca728ef1432 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+595316b4006932405a63862d8fe65f71a6356293" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca6eec51b4d46e8d26fe86369f3a5194b102a899d4d4e6ef94a76565f436665b [INFO] running `Command { std: "docker" "start" "-a" "ca6eec51b4d46e8d26fe86369f3a5194b102a899d4d4e6ef94a76565f436665b", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling stringmatch v0.3.3 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling displaydoc v0.1.7 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling urlparse v0.7.3 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling termtree v0.2.3 [INFO] [stderr] Compiling predicates-tree v1.0.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling serial_test_derive v0.5.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling serial_test v0.5.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling rusoto_credential v0.47.0 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling picky v6.3.0 [INFO] [stderr] Compiling predicates v2.1.0 [INFO] [stderr] Compiling assert_cmd v1.0.8 [INFO] [stderr] Compiling rusoto_signature v0.47.0 [INFO] [stderr] Compiling rusoto_core v0.47.0 [INFO] [stderr] Compiling thirtyfour v0.27.3 [INFO] [stderr] Compiling rusoto_s3 v0.47.0 [INFO] [stderr] Compiling thirtyfour_sync v0.27.0 [INFO] [stderr] Compiling cachepot v0.1.0-rc.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/cache/redis.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | async fn put(&self, key: &str, entry: CacheWrite) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/cache/redis.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | cmd("SET").arg(key).arg(d).query_async(&mut c).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:914:11 [INFO] [stdout] | [INFO] [stdout] 914 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ToolchainReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:594:12 [INFO] [stdout] | [INFO] [stdout] 594 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputsReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:601:12 [INFO] [stdout] | [INFO] [stdout] 601 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bearer_auth` is never used [INFO] [stdout] --> src/dist/http.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait ReqwestRequestBuilderExt: Sized { [INFO] [stdout] | ------------------------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 41 | fn bearer_auth(self, token: String) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/cache/redis.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | async fn put(&self, key: &str, entry: CacheWrite) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/cache/redis.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | cmd("SET").arg(key).arg(d).query_async(&mut c).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ToolchainReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:594:12 [INFO] [stdout] | [INFO] [stdout] 594 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputsReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:601:12 [INFO] [stdout] | [INFO] [stdout] 601 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bearer_auth` is never used [INFO] [stdout] --> src/dist/http.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait ReqwestRequestBuilderExt: Sized { [INFO] [stdout] | ------------------------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 41 | fn bearer_auth(self, token: String) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cachepot` (lib test); 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/595316b4006932405a63862d8fe65f71a6356293/bin/rustc --crate-name cachepot --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="all"' --cfg 'feature="ar"' --cfg 'feature="azure"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="dist-client"' --cfg 'feature="flate2"' --cfg 'feature="gcs"' --cfg 'feature="hmac"' --cfg 'feature="hyper"' --cfg 'feature="hyper-tls"' --cfg 'feature="hyperx"' --cfg 'feature="md-5"' --cfg 'feature="memcached"' --cfg 'feature="memcached-rs"' --cfg 'feature="percent-encoding"' --cfg 'feature="redis"' --cfg 'feature="reqwest"' --cfg 'feature="ring"' --cfg 'feature="rusoto_core"' --cfg 'feature="rusoto_s3"' --cfg 'feature="s3"' --cfg 'feature="sha-1"' --cfg 'feature="sha2"' --cfg 'feature="untrusted"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "ar", "azure", "chrono", "crossbeam-utils", "default", "dist-client", "dist-tests", "dist-worker", "flate2", "gcs", "hmac", "hyper", "hyper-tls", "hyperx", "jsonwebtoken", "libmount", "md-5", "memcached", "memcached-rs", "native-zlib", "nix", "openssl", "percent-encoding", "redis", "reqwest", "ring", "rusoto_core", "rusoto_s3", "s3", "sha-1", "sha2", "syslog", "thiserror", "unstable", "untrusted", "version-compare", "void", "vs_openssl", "warp"))' -C metadata=2ebb171cc2d06fbc -C extra-filename=-2ebb171cc2d06fbc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ca9f83a04af320d3.rlib --extern ar=/opt/rustwide/target/debug/deps/libar-6bb8eabae2a08cad.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-434b8782c43c253f.rlib --extern assert_matches=/opt/rustwide/target/debug/deps/libassert_matches-87316ac06bd88b01.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-1a24504c1d773968.so --extern atty=/opt/rustwide/target/debug/deps/libatty-5eda582901124f9d.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-70ad20caa2b11358.rlib --extern bincode=/opt/rustwide/target/debug/deps/libbincode-7c19a4d5fcbb5447.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-628b56d29d2f54ed.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-a1f9de351ee5c7d4.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-77091162d9e32949.rlib --extern cc=/opt/rustwide/target/debug/deps/libcc-fcd1813e238a130d.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-5087191c5e23d638.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-06e5f91e65f1ebf9.rlib --extern counted_array=/opt/rustwide/target/debug/deps/libcounted_array-1ca01b062de488fa.rlib --extern daemonize=/opt/rustwide/target/debug/deps/libdaemonize-d738eb1fbc0d977d.rlib --extern directories=/opt/rustwide/target/debug/deps/libdirectories-bb58833a8d04bff7.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-9c117eae43803cc4.rlib --extern filetime=/opt/rustwide/target/debug/deps/libfiletime-1f03722e8871bb49.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-ca339342f58de0df.rlib --extern fs_err=/opt/rustwide/target/debug/deps/libfs_err-e1b59924487ea11b.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-0695f0d55480ee5e.rlib --extern futures_locks=/opt/rustwide/target/debug/deps/libfutures_locks-e3f14dc694fc762b.rlib --extern gzp=/opt/rustwide/target/debug/deps/libgzp-e8203d765cfbee73.rlib --extern hmac=/opt/rustwide/target/debug/deps/libhmac-b4e662e349826f96.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-042dcd15d260532a.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-9d1bfd26ad796ac7.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-9fb84a8704c3c541.rlib --extern hyperx=/opt/rustwide/target/debug/deps/libhyperx-b1483630745d0574.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-81f42283acd642be.rlib --extern jobserver=/opt/rustwide/target/debug/deps/libjobserver-59912c9949a93b23.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-4e87bb400ec4c367.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-655b04a26ff0aa2c.rlib --extern linked_hash_map=/opt/rustwide/target/debug/deps/liblinked_hash_map-1a29a25d897d5886.rlib --extern local_encoding=/opt/rustwide/target/debug/deps/liblocal_encoding-9a0c896a5ed6ce68.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-332c82f6dea49460.rlib --extern md5=/opt/rustwide/target/debug/deps/libmd5-1987e9bd98c23283.rlib --extern memcached=/opt/rustwide/target/debug/deps/libmemcached-d9909c7434806d4c.rlib --extern native_tls=/opt/rustwide/target/debug/deps/libnative_tls-878e1738c6eeef74.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-a6abf6bf498beb93.rlib --extern number_prefix=/opt/rustwide/target/debug/deps/libnumber_prefix-bd9f8621c542a95f.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-728584a78b46a6c0.rlib --extern picky=/opt/rustwide/target/debug/deps/libpicky-bf00664a43d9e378.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-d1c47caf50591bb5.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-091f5c809bc1506b.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-8de504edf0a0fa5f.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-f50621d65099a785.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-9409229166128f1b.rlib --extern retry=/opt/rustwide/target/debug/deps/libretry-1a8cabd2e4e22ed8.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-062cf4fe67dfae26.rlib --extern rsa=/opt/rustwide/target/debug/deps/librsa-a193d66ac2003bde.rlib --extern rusoto_core=/opt/rustwide/target/debug/deps/librusoto_core-3f5837a4fd55e6c6.rlib --extern rusoto_s3=/opt/rustwide/target/debug/deps/librusoto_s3-3200208c235a75fc.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-fc48a1d75e01be00.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-b2f20e36269ede6a.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ab467d00c365ec08.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-8cded07a791f5380.rlib --extern sha1=/opt/rustwide/target/debug/deps/libsha1-81cabbdc37f4a195.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-6b81d8ea9e2bbb8a.rlib --extern strip_ansi_escapes=/opt/rustwide/target/debug/deps/libstrip_ansi_escapes-16f1bc71371ac9d6.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-515b7cc369de0db2.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-57a23912046b1743.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-ec8d71995f1bb06f.rlib --extern thirtyfour_sync=/opt/rustwide/target/debug/deps/libthirtyfour_sync-b2130e2bd272ab33.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2832493b5cf03007.rlib --extern tokio_serde=/opt/rustwide/target/debug/deps/libtokio_serde-4d066df094dafe7b.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-5da0a4441c636cf2.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-d289b24916120f94.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-5f718365703a7395.rlib --extern untrusted=/opt/rustwide/target/debug/deps/libuntrusted-b2518a6a9207ec5b.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-8cb8b55f3d0bc8f3.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-04c218a25a1a7de9.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-f1fb062e139c421a.rlib --extern which=/opt/rustwide/target/debug/deps/libwhich-0378eef5d1f26fd5.rlib --extern zip=/opt/rustwide/target/debug/deps/libzip-c819d6df350528cf.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-cbfbea306269423a.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3-e1a9d52d6d040747/out -L native=/opt/rustwide/target/debug/build/blake3-e1a9d52d6d040747/out -L native=/opt/rustwide/target/debug/build/ring-43aa45d0498b6c4b/out -L native=/opt/rustwide/target/debug/build/zstd-sys-cb696efbf923e094/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ca6eec51b4d46e8d26fe86369f3a5194b102a899d4d4e6ef94a76565f436665b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca6eec51b4d46e8d26fe86369f3a5194b102a899d4d4e6ef94a76565f436665b", kill_on_drop: false }` [INFO] [stdout] ca6eec51b4d46e8d26fe86369f3a5194b102a899d4d4e6ef94a76565f436665b [INFO] testing drahnr/cachepot against try#5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b for pr-128254 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrahnr%2Fcachepot" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/drahnr/cachepot on toolchain 5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/drahnr/cachepot [INFO] finished tweaking git repo https://github.com/drahnr/cachepot [INFO] tweaked toml for git repo https://github.com/drahnr/cachepot written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/drahnr/cachepot 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" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad67ffb50d95a142521c8e6db43e782409cdf1d9b788de6a3cda592c29fd1531 [INFO] running `Command { std: "docker" "start" "-a" "ad67ffb50d95a142521c8e6db43e782409cdf1d9b788de6a3cda592c29fd1531", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad67ffb50d95a142521c8e6db43e782409cdf1d9b788de6a3cda592c29fd1531", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad67ffb50d95a142521c8e6db43e782409cdf1d9b788de6a3cda592c29fd1531", kill_on_drop: false }` [INFO] [stdout] ad67ffb50d95a142521c8e6db43e782409cdf1d9b788de6a3cda592c29fd1531 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d907248f38d9f51954eb0448e79f98617d1bf86299e0557fc505262ad72bcfd3 [INFO] running `Command { std: "docker" "start" "-a" "d907248f38d9f51954eb0448e79f98617d1bf86299e0557fc505262ad72bcfd3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling num-bigint-dig v0.7.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling zstd-sys v1.4.20+zstd.1.4.9 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling zeroize_derive v1.2.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling polyval v0.5.3 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rusoto_core v0.47.0 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling zstd-safe v3.0.1+zstd.1.4.9 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling local-encoding v0.2.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling ghash v0.4.4 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling ctr v0.8.0 [INFO] [stderr] Compiling blake3 v1.2.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling nanorand v0.6.1 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling vte v0.10.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling conhash v0.4.0 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling clap_derive v3.1.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling oid v0.2.1 [INFO] [stderr] Compiling picky-asn1 v0.3.3 [INFO] [stderr] Compiling simple_asn1 v0.5.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling picky-asn1-der v0.2.5 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling aes-gcm v0.9.4 [INFO] [stderr] Compiling flume v0.10.9 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling combine v4.6.2 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling rsa v0.4.1 [INFO] [stderr] Compiling picky-asn1-x509 v0.6.1 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling core_affinity v0.5.10 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling clap v3.1.0 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling hyperx v0.13.2 [INFO] [stderr] Compiling memcached-rs v0.4.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling tower v0.4.11 [INFO] [stderr] Compiling which v4.2.2 [INFO] [stderr] Compiling redis v0.21.4 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Compiling directories v3.0.2 [INFO] [stderr] Compiling gzp v0.9.2 [INFO] [stderr] Compiling picky v6.3.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling strum v0.23.0 [INFO] [stderr] Compiling futures-locks v0.6.0 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling retry v1.3.0 [INFO] [stderr] Compiling rusoto_credential v0.47.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling tokio-serde v0.8.0 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling rusoto_signature v0.47.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling counted-array v0.1.2 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling fs-err v2.6.0 [INFO] [stderr] Compiling rusoto_s3 v0.47.0 [INFO] [stderr] Compiling ar v0.8.0 [INFO] [stderr] Compiling zstd v0.6.1+zstd.1.4.9 [INFO] [stderr] Compiling cachepot v0.1.0-rc.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/cache/redis.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | async fn put(&self, key: &str, entry: CacheWrite) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/cache/redis.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | cmd("SET").arg(key).arg(d).query_async(&mut c).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ToolchainReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:594:12 [INFO] [stdout] | [INFO] [stdout] 594 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputsReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:601:12 [INFO] [stdout] | [INFO] [stdout] 601 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bearer_auth` is never used [INFO] [stdout] --> src/dist/http.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait ReqwestRequestBuilderExt: Sized { [INFO] [stdout] | ------------------------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 41 | fn bearer_auth(self, token: String) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "d907248f38d9f51954eb0448e79f98617d1bf86299e0557fc505262ad72bcfd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d907248f38d9f51954eb0448e79f98617d1bf86299e0557fc505262ad72bcfd3", kill_on_drop: false }` [INFO] [stdout] d907248f38d9f51954eb0448e79f98617d1bf86299e0557fc505262ad72bcfd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae6c28e0269e744a974d9827749f80aa7af35be242ebeae5d3a2ad17e111ede2 [INFO] running `Command { std: "docker" "start" "-a" "ae6c28e0269e744a974d9827749f80aa7af35be242ebeae5d3a2ad17e111ede2", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling predicates-core v1.0.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling stringmatch v0.3.3 [INFO] [stderr] Compiling displaydoc v0.1.7 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling urlparse v0.7.3 [INFO] [stderr] Compiling termtree v0.2.3 [INFO] [stderr] Compiling predicates-tree v1.0.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling serial_test_derive v0.5.1 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling serial_test v0.5.1 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling rusoto_credential v0.47.0 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling picky v6.3.0 [INFO] [stderr] Compiling predicates v2.1.0 [INFO] [stderr] Compiling assert_cmd v1.0.8 [INFO] [stderr] Compiling rusoto_signature v0.47.0 [INFO] [stderr] Compiling thirtyfour v0.27.3 [INFO] [stderr] Compiling rusoto_core v0.47.0 [INFO] [stderr] Compiling rusoto_s3 v0.47.0 [INFO] [stderr] Compiling thirtyfour_sync v0.27.0 [INFO] [stderr] Compiling cachepot v0.1.0-rc.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/cache/redis.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | async fn put(&self, key: &str, entry: CacheWrite) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/cache/redis.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | cmd("SET").arg(key).arg(d).query_async(&mut c).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stdout] --> src/lru_disk_cache/lru_cache.rs:914:11 [INFO] [stdout] | [INFO] [stdout] 914 | #[cfg(feature = "heapsize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stdout] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ToolchainReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:594:12 [INFO] [stdout] | [INFO] [stdout] 594 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputsReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:601:12 [INFO] [stdout] | [INFO] [stdout] 601 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bearer_auth` is never used [INFO] [stdout] --> src/dist/http.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait ReqwestRequestBuilderExt: Sized { [INFO] [stdout] | ------------------------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 41 | fn bearer_auth(self, token: String) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> src/cache/redis.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | async fn put(&self, key: &str, entry: CacheWrite) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #123748 [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stdout] --> src/cache/redis.rs:70:36 [INFO] [stdout] | [INFO] [stdout] 70 | cmd("SET").arg(key).arg(d).query_async(&mut c).await?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ToolchainReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:594:12 [INFO] [stdout] | [INFO] [stdout] 594 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputsReader` is never constructed [INFO] [stdout] --> src/dist/mod.rs:601:12 [INFO] [stdout] | [INFO] [stdout] 601 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bearer_auth` is never used [INFO] [stdout] --> src/dist/http.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 38 | pub trait ReqwestRequestBuilderExt: Sized { [INFO] [stdout] | ------------------------ method in this trait [INFO] [stdout] ... [INFO] [stdout] 41 | fn bearer_auth(self, token: String) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "ae6c28e0269e744a974d9827749f80aa7af35be242ebeae5d3a2ad17e111ede2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae6c28e0269e744a974d9827749f80aa7af35be242ebeae5d3a2ad17e111ede2", kill_on_drop: false }` [INFO] [stdout] ae6c28e0269e744a974d9827749f80aa7af35be242ebeae5d3a2ad17e111ede2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d333714e46fb76c4adff4d8775ac369861e3c1500901e4f79f3c9fb1821e671f [INFO] running `Command { std: "docker" "start" "-a" "d333714e46fb76c4adff4d8775ac369861e3c1500901e4f79f3c9fb1821e671f", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stderr] --> src/lru_disk_cache/lru_cache.rs:48:7 [INFO] [stderr] | [INFO] [stderr] 48 | #[cfg(feature = "heapsize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stderr] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stderr] --> src/lru_disk_cache/lru_cache.rs:156:7 [INFO] [stderr] | [INFO] [stderr] 156 | #[cfg(feature = "heapsize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stderr] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stderr] --> src/lru_disk_cache/lru_cache.rs:180:7 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(feature = "heapsize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stderr] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: this function depends on never type fallback being `()` [INFO] [stderr] --> src/cache/redis.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | async fn put(&self, key: &str, entry: CacheWrite) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #123748 [INFO] [stderr] = help: specify the types explicitly [INFO] [stderr] note: in edition 2024, the requirement `!: FromRedisValue` will fail [INFO] [stderr] --> src/cache/redis.rs:70:36 [INFO] [stderr] | [INFO] [stderr] 70 | cmd("SET").arg(key).arg(d).query_async(&mut c).await?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `ToolchainReader` is never constructed [INFO] [stderr] --> src/dist/mod.rs:594:12 [INFO] [stderr] | [INFO] [stderr] 594 | pub struct ToolchainReader<'a>(Box); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct `InputsReader` is never constructed [INFO] [stderr] --> src/dist/mod.rs:601:12 [INFO] [stderr] | [INFO] [stderr] 601 | pub struct InputsReader<'a>(Box); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `bearer_auth` is never used [INFO] [stderr] --> src/dist/http.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 38 | pub trait ReqwestRequestBuilderExt: Sized { [INFO] [stderr] | ------------------------ method in this trait [INFO] [stderr] ... [INFO] [stderr] 41 | fn bearer_auth(self, token: String) -> Self; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `cachepot` (lib) generated 7 warnings [INFO] [stderr] warning: unexpected `cfg` condition value: `heapsize` [INFO] [stderr] --> src/lru_disk_cache/lru_cache.rs:914:11 [INFO] [stderr] | [INFO] [stderr] 914 | #[cfg(feature = "heapsize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `all`, `ar`, `azure`, `chrono`, `crossbeam-utils`, `default`, `dist-client`, `dist-tests`, `dist-worker`, `flate2`, `gcs`, `hmac`, `hyper`, `hyper-tls`, `hyperx`, `jsonwebtoken`, `libmount`, `md-5`, `memcached`, `memcached-rs`, `native-zlib`, `nix`, `openssl`, `percent-encoding`, `redis`, `reqwest`, `ring`, `rusoto_core`, `rusoto_s3`, `s3`, `sha-1`, `sha2`, `syslog`, `thiserror`, and `unstable` and 5 more [INFO] [stderr] = help: consider adding `heapsize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `cachepot` (lib test) generated 8 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cachepot-2ebb171cc2d06fbc) [INFO] [stdout] [INFO] [stdout] running 210 tests [INFO] [stdout] test azure::blobstore::test::test_put_blob ... ignored [INFO] [stdout] test azure::credentials::test::test_parse_connection_string ... ok [INFO] [stdout] test azure::blobstore::test::test_canonicalize_resource ... ok [INFO] [stdout] test azure::blobstore::test::test_signing ... ok [INFO] [stdout] test azure::credentials::test::test_conn_str_with_endpoint_suffix_only ... ok [INFO] [stdout] test azure::credentials::test::test_parse_connection_string_without_account_key ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_args_iter_no_conflict ... ok [INFO] [stdout] test cache::gcs::test_gcs_credential_provider ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_arginfo_process_take_arg - should panic ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_arginfo_process_take_concat_arg - should panic ... ok [INFO] [stdout] test compiler::args::tests::test_arginfo_cmp ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_arginfo_process_flag - should panic ... ok [INFO] [stdout] test compiler::args::tests::test_arginfo_process_take_concat_arg_delim_doesnt_crash ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_arginfo_process_take_maybe_concat_arg - should panic ... ok [INFO] [stdout] test compiler::args::tests::test_argument_into_iter ... ok [INFO] [stdout] test compiler::args::tests::test_multi_search ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_arginfo_process_take_concat_arg_delim - should panic ... ok [INFO] [stdout] test compiler::args::tests::test_argsiter ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_arginfo_process_take_maybe_concat_arg_delim - should panic ... ok [INFO] [stdout] test compiler::c::test::test_hash_key_args_differs ... ok [INFO] [stdout] test compiler::c::test::test_hash_key_env_var_differs ... ok [INFO] [stdout] test compiler::args::tests::test_bsearch ... ok [INFO] [stdout] test compiler::c::test::test_hash_key_executable_contents_differs ... ok [INFO] [stdout] test compiler::c::test::test_extra_hash_data ... ok [INFO] [stdout] test compiler::c::test::test_hash_key_preprocessed_content_differs ... ok [INFO] [stdout] test compiler::clang::test::test_parse_arguments_clangmodules ... ok [INFO] [stdout] test compiler::clang::test::test_parse_arguments_values ... ok [INFO] [stdout] test compiler::clang::test::test_parse_arguments_simple ... ok [INFO] [stdout] test compiler::c::test::test_same_content ... ok [INFO] [stdout] test compiler::clang::test::test_parse_fsanitize_blacklist ... ok [INFO] [stdout] test compiler::clang::test::test_parse_fplugin ... ok [INFO] [stdout] test compiler::clang::test::test_parse_xclang_invalid ... ok [INFO] [stdout] test compiler::clang::test::test_parse_xclang_llvm_stuff ... ok [INFO] [stdout] test compiler::clang::test::test_parse_xclang_load ... ok [INFO] [stdout] test compiler::clang::test::test_parse_xclang_plugin_arg_blink_gc_plugin ... ok [INFO] [stdout] test compiler::clang::test::test_parse_xclang_plugin_arg_find_bad_constructs ... ok [INFO] [stdout] test compiler::clang::test::test_parse_xclang_verify ... ok [INFO] [stdout] test compiler::args::tests::test_arginfo_process ... ok [INFO] [stdout] test compiler::c::test::test_plusplus_differs ... ok [INFO] [stdout] test compiler::clang::test::test_parse_arguments_others ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_args_iter_unsorted - should panic ... ok [INFO] [stdout] test compiler::clang::test::test_parse_color_diags ... ok [INFO] [stdout] test compiler::clang::test::test_parse_xclang_add_plugin ... ok [INFO] [stdout] test compiler::compiler::test::test_compiler_version_affects_hash ... ok [INFO] [stdout] test compiler::compiler::test::test_compiler_get_cached_or_compile_preprocessor_error ... ok [INFO] [stdout] test compiler::args::tests::assert_tests::test_args_iter_unsorted_2 - should panic ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_clang ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_diab ... ok [INFO] [stdout] test compiler::compiler::test::test_compiler_get_cached_or_compile_dist ... ok [INFO] [stdout] test compiler::compiler::test::test_compiler_get_cached_or_compile_cache_error ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_msvc ... ok [INFO] [stdout] test compiler::compiler::test::test_compiler_get_cached_or_compile_force_recache ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_nvcc ... ok [INFO] [stdout] test compiler::compiler::test::test_get_compiler_info ... ok [INFO] [stdout] test compiler::compiler::test::test_compiler_get_cached_or_compile ... ok [INFO] [stdout] test compiler::diab::test::test_at_signs_file_not_readable ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_unknown ... ok [INFO] [stdout] test compiler::diab::test::test_at_signs_file ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_gcc ... ok [INFO] [stdout] test compiler::diab::test::test_at_signs ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_default_name ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_extra ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_link ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_not_compile ... ok [INFO] [stdout] test compiler::compiler::test::test_compiler_get_cached_or_compile_dist_error ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_simple ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_empty_args ... ok [INFO] [stdout] test compiler::diab::test::test_parse_dry_run ... ok [INFO] [stdout] test compiler::diab::test::test_compile_simple ... ok [INFO] [stdout] test compiler::gcc::test::at_signs ... ok [INFO] [stdout] test compiler::gcc::test::color_mode_preprocess ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_values ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_default_name ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_rustc ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_default_outputdir ... ok [INFO] [stdout] test compiler::compiler::test::test_detect_compiler_kind_process_fail ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_preprocessor_args ... ok [INFO] [stdout] test compiler::diab::test::test_parse_arguments_too_many_inputs ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_coverage_outputs_gcno ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_dep_target_needed ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_empty_args ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_link ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_linker_options ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_extra ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_explicit_dep_target_needed ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_explicit_mq_dep_target_needed ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_diagnostics_color ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_explicit_dep_target ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_not_compile ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_profile_generate ... ok [INFO] [stdout] test compiler::gcc::test::test_compile_simple ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_pgo ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_plusplus ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_preprocessor_args ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_multiple_arch ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_split_dwarf ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_response_file ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_simple ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_test_coverage_outputs_gcno ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_clang_passthrough ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_empty_args ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_too_many_inputs ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_external_include ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_default_name ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_extra ... ok [INFO] [stdout] test compiler::msvc::test::parse_argument_slashes ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_not_compile ... ok [INFO] [stdout] test compiler::gcc::test::test_parse_arguments_values ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_missing_pdb ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_simple ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_too_many_inputs ... ok [INFO] [stdout] test compiler::msvc::test::test_compile_simple ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_passthrough ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_pdb ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_response_file ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_missing_edit_and_continue_pdb ... ok [INFO] [stdout] test compiler::msvc::test::test_compile_not_cacheable_pdb ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_values ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_arguments_simple_c ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_arguments_simple_cu ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_cant_cache_flags ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_arguments_unsupported ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_fsanitize_blacklist ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_arguments_dc_compile_flag ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_generate_code_flags ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_md_mt_flags_cu ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_no_capturing_of_xcompiler ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_pass_to_host_flags ... ok [INFO] [stdout] test compiler::msvc::test::test_detect_showincludes_prefix ... ok [INFO] [stdout] test compiler::msvc::test::test_parse_compile_flag ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_dlink_is_not_compilation ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_arguments_simple_c_as_cu ... ok [INFO] [stdout] test compiler::nvcc::test::test_parse_arguments_values ... ok [INFO] [stdout] test compiler::rust::test::test_get_compiler_outputs ... ok [INFO] [stdout] test compiler::rust::test::test_get_compiler_outputs_fail ... ok [INFO] [stdout] test compiler::rust::test::test_parse_arguments_color ... ok [INFO] [stdout] test compiler::rust::test::test_parse_arguments_dep_info_no_extra_filename ... ok [INFO] [stdout] test compiler::rust::test::test_parse_arguments_incremental ... ok [INFO] [stdout] test compiler::rust::test::test_parse_arguments_non_rlib_crate ... ok [INFO] [stdout] test compiler::rust::test::test_parse_arguments_native_libs ... ok [INFO] [stdout] test compiler::rust::test::test_hashes_equal_with_basedir ... ok [INFO] [stdout] test compiler::rust::test::test_equal_hashes_externs ... ok [INFO] [stdout] test compiler::rust::test::test_parse_dep_info ... ok [INFO] [stdout] test compiler::rust::test::test_parse_arguments_simple ... ok [INFO] [stdout] test compiler::rust::test::test_parse_dep_info_abs_paths ... ok [INFO] [stdout] test compiler::rust::test::test_parse_dep_info_with_env ... ok [INFO] [stdout] test compiler::rust::test::test_equal_hashes_ignored_args ... ok [INFO] [stdout] test config::config_overrides ... ok [INFO] [stdout] test config::full_toml_parse ... ok [INFO] [stdout] test compiler::rust::test::test_parse_dep_info_cwd ... ok [INFO] [stdout] test config::test_gcs_credentials_url ... ok [INFO] [stdout] test compiler::rust::test::test_parse_dep_info_with_escaped_spaces ... ok [INFO] [stdout] test compiler::rust::test::test_parse_rustc_z_ls ... ok [INFO] [stdout] test compiler::rust::test::test_generate_hash_key ... ok [INFO] [stdout] test coordinator::waits_until_zero ... ok [INFO] [stdout] test config::test_parse_size ... ok [INFO] [stdout] test compiler::rust::test::test_equal_hashes_link_paths ... ok [INFO] [stdout] test dist::cache::client::test::test_client_toolchains_custom_multiuse_archive ... ok [INFO] [stdout] test dist::cache::client::test::test_client_toolchains_custom_nodist_conflict ... ok [INFO] [stdout] test dist::cache::client::test::test_client_toolchains_custom ... ok [INFO] [stdout] test dist::cache::client::test::test_client_toolchains_nodist ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_change_capacity ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_clear ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_contains_key ... ok [INFO] [stdout] test dist::pkg::toolchain_imp::test_ldd_parse_v2_30 ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_debug ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_expire_lru ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_iter ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_metered_cache ... ok [INFO] [stdout] test dist::pkg::toolchain_imp::test_ldd_parse ... ok [INFO] [stdout] test dist::pkg::toolchain_imp::test_ldd_parse_static ... ok [INFO] [stdout] test compiler::rust::test::test_equal_hashes_cfg_features ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_pop ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_metered_cache_oversize ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_put_and_get ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_remove ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_metered_cache_reinsert_larger ... ok [INFO] [stdout] test lru_disk_cache::tests::test_empty_dir ... ok [INFO] [stdout] test lru_disk_cache::tests::test_existing_files_lru_mtime ... ok [INFO] [stdout] test lru_disk_cache::tests::test_existing_file_too_large ... ok [INFO] [stdout] test lru_disk_cache::tests::test_add_get_lru ... ok [INFO] [stdout] test lru_disk_cache::tests::test_insert_bytes_exact ... ok [INFO] [stdout] test lru_disk_cache::lru_cache::tests::test_put_update ... ok [INFO] [stdout] test lru_disk_cache::tests::test_insert_bytes_too_large ... ok [INFO] [stdout] test lru_disk_cache::tests::test_insert_file ... ok [INFO] [stdout] test lru_disk_cache::tests::test_remove ... ok [INFO] [stdout] test lru_disk_cache::tests::test_some_existing_files ... ok [INFO] [stdout] test lru_disk_cache::tests::test_missing_root ... ok [INFO] [stdout] test mock_command::test::test_mock_command_calls ... ok [INFO] [stdout] test lru_disk_cache::tests::test_clear ... ok [INFO] [stdout] test mock_command::test::test_mock_command_output ... ok [INFO] [stdout] test lru_disk_cache::tests::test_insert_bytes ... ok [INFO] [stdout] test mock_command::test::test_mock_spawn_error ... ok [INFO] [stdout] test mock_command::test::test_mock_command_sync ... ok [INFO] [stdout] test mock_command::test::test_mock_command_wait ... ok [INFO] [stdout] test test::tests::test_coordinator_idle_timeout ... ok [INFO] [stdout] test mock_command::test::test_unexpected_new_command - should panic ... ok [INFO] [stdout] test mock_command::test::test_mock_wait_error ... ok [INFO] [stdout] test test::utils::test_map_contains_missing_key - should panic ... ok [INFO] [stdout] test test::utils::test_map_contains_extra_key - should panic ... ok [INFO] [stdout] test test::utils::test_map_contains_ok ... ok [INFO] [stdout] test test::tests::test_server_compile ... ok [INFO] [stdout] test test::tests::test_coordinator_shutdown ... ok [INFO] [stdout] test test::tests::test_coordinator_shutdown_no_idle ... ok [INFO] [stdout] test util::tests::simple_starts_with ... ok [INFO] [stdout] test util::tests::simple_strip_prefix ... ok [INFO] [stdout] test test::utils::test_map_contains_wrong_value - should panic ... ok [INFO] [stdout] test test::tests::test_server_stats ... ok [INFO] [stdout] test test::tests::test_coordinator_port_in_use ... ok [INFO] [stdout] test test::tests::test_server_unsupported_compiler ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 209 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.72s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cachepot-6504b072a8e30100) [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] [stderr] Running tests/cachepot_cargo.rs (/opt/rustwide/target/debug/deps/cachepot_cargo-906fb919ac49ee00) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_rust_cargo ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_rust_cargo stdout ---- [INFO] [stdout] thread 'test_rust_cargo' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-1.0.8/src/assert.rs:124:9: [INFO] [stdout] Unexpected stdout, failed var.contains("\"cache_hits\":{\"counts\":{\"Rust\":2}}") [INFO] [stdout] └── var as str: {"stats":{"compile_requests":11,"requests_unsupported_compiler":0,"requests_not_compile":0,"requests_not_cacheable":11,"requests_executed":0,"cache_errors":{"counts":{}},"cache_hits":{"counts":{}},"cache_misses":{"counts":{}},"cache_timeouts":0,"cache_read_errors":0,"non_cacheable_compilations":0,"forced_recaches":0,"cache_write_errors":0,"cache_writes":0,"cache_write_duration":{"secs":0,"nanos":0},"cache_read_hit_duration":{"secs":0,"nanos":0},"cache_read_miss_duration":{"secs":0,"nanos":0},"compile_fails":0,"not_cached":{"-":2,"missing input":5,"multiple input files":4},"dist_compiles":{},"dist_errors":0},"cache_location":"Local disk: \"/tmp/cachepot_test_rust_cargofDoFWH/cache\"","cache_size":0,"max_cache_size":10737418240} [INFO] [stdout] [INFO] [stdout] command=`"/opt/rustwide/target/debug/cachepot" "--show-stats" "--stats-format=json"` [INFO] [stdout] code=0 [INFO] [stdout] stdout=```"{\"stats\":{\"compile_requests\":11,\"requests_unsupported_compiler\":0,\"requests_not_compile\":0,\"requests_not_cacheable\":11,\"requests_executed\":0,\"cache_errors\":{\"counts\":{}},\"cache_hits\":{\"counts\":{}},\"cache_misses\":{\"counts\":{}},\"cache_timeouts\":0,\"cache_read_errors\":0,\"non_cacheable_compilations\":0,\"forced_recaches\":0,\"cache_write_errors\":0,\"cache_writes\":0,\"cache_write_duration\":{\"secs\":0,\"nanos\":0},\"cache_read_hit_duration\":{\"secs\":0,\"nanos\":0},\"cache_read_miss_duration\":{\"secs\":0,\"nanos\":0},\"compile_fails\":0,\"not_cached\":{\"-\":2,\"missing input\":5,\"multiple input files\":4},\"dist_compiles\":{},\"dist_errors\":0},\"cache_location\":\"Local disk: \\\"/tmp/cachepot_test_rust_cargofDoFWH/cache\\\"\",\"cache_size\":0,\"max_cache_size\":10737418240}"``` [INFO] [stdout] stderr=```""``` [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5603d88d4e85 - std::backtrace_rs::backtrace::libunwind::trace::h68acc96dd29bfb25 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5603d88d4e85 - std::backtrace_rs::backtrace::trace_unsynchronized::hc833f810d39d5258 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5603d88d4e85 - std::sys::backtrace::_print_fmt::h5f23caa5b7652308 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5603d88d4e85 - ::fmt::hc81f55a2b3efffd1 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5603d88fe22b - core::fmt::rt::Argument::fmt::h731d8ba6b9c446d6 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5603d88fe22b - core::fmt::write::h6e5816e68b47f713 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x5603d88d1bcf - std::io::Write::write_fmt::h3726facc0aa8eb67 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x5603d88d6721 - std::sys::backtrace::BacktraceLock::print::hb98272574ac3b700 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5603d88d6721 - std::panicking::default_hook::{{closure}}::h979aa01ca70f7f8f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x5603d88d62c8 - std::panicking::default_hook::h17e52f086133e6fd [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x5603d86a12da - as core::ops::function::Fn>::call::h4e1615f02d9f709a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 11: 0x5603d86a12da - test::test_main::{{closure}}::hc8df444856fcb257 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x5603d88d702f - as core::ops::function::Fn>::call::hac606c4d68b970a6 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2162:9 [INFO] [stdout] 13: 0x5603d88d702f - std::panicking::rust_panic_with_hook::h694bfcec6451de5a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x5603d88d6c57 - std::panicking::begin_panic_handler::{{closure}}::hbd9f22f307951c96 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:671:13 [INFO] [stdout] 15: 0x5603d88d5349 - std::sys::backtrace::__rust_end_short_backtrace::h6e4502eb3c3e7834 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x5603d88d68e4 - rust_begin_unwind [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x5603d88fc7c3 - core::panicking::panic_fmt::ha6b90685af50061f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x5603d887718c - core::panicking::panic_display::h660c6c5032c1f370 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panicking.rs:264:5 [INFO] [stdout] 19: 0x5603d8878c9e - assert_cmd::assert::AssertError::panic::h10f30ba5e7e6e5bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-1.0.8/src/assert.rs:124:9 [INFO] [stdout] 20: 0x5603d8876ce0 - core::ops::function::FnOnce::call_once::hd76867259a6b0c02 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 21: 0x5603d88781c0 - core::result::Result::unwrap_or_else::h53819e6b6893c97a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/result.rs:1456:23 [INFO] [stdout] 22: 0x5603d8664da0 - assert_cmd::assert::Assert::stdout::h2cee99f9e32dec9a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-1.0.8/src/assert.rs:451:9 [INFO] [stdout] 23: 0x5603d866962a - cachepot_cargo::test_rust_cargo_cmd::hd4d7bff30ee3f912 [INFO] [stdout] at /opt/rustwide/workdir/tests/cachepot_cargo.rs:130:5 [INFO] [stdout] 24: 0x5603d8669c0b - cachepot_cargo::test_rust_cargo::h43c2b55b5130e273 [INFO] [stdout] at /opt/rustwide/workdir/tests/cachepot_cargo.rs:17:5 [INFO] [stdout] 25: 0x5603d8669bd7 - cachepot_cargo::test_rust_cargo::{{closure}}::h1bdcaf392fb96240 [INFO] [stdout] at /opt/rustwide/workdir/tests/cachepot_cargo.rs:16:21 [INFO] [stdout] 26: 0x5603d86663c6 - core::ops::function::FnOnce::call_once::h8e4bbe8b88ec7241 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 27: 0x5603d86a5e5b - core::ops::function::FnOnce::call_once::h321fab3f659b8f1c [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 28: 0x5603d86a5e5b - test::__rust_begin_short_backtrace::h7bcdd7ef45d5d11d [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:620:18 [INFO] [stdout] 29: 0x5603d86a5675 - test::run_test_in_process::{{closure}}::h7e5c4c77b843c962 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:643:60 [INFO] [stdout] 30: 0x5603d86a5675 - as core::ops::function::FnOnce<()>>::call_once::h9465365bda0c96e1 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 31: 0x5603d86a5675 - std::panicking::try::do_call::h464859d60fe36ac8 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:554:40 [INFO] [stdout] 32: 0x5603d86a5675 - std::panicking::try::h10bb685f1ad0ff38 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:518:19 [INFO] [stdout] 33: 0x5603d86a5675 - std::panic::catch_unwind::hf3392dbe1556c5c7 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panic.rs:345:14 [INFO] [stdout] 34: 0x5603d86a5675 - test::run_test_in_process::hc7c0ab6dab190e49 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:643:27 [INFO] [stdout] 35: 0x5603d86a5675 - test::run_test::{{closure}}::hdb2183b5de946a08 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:564:43 [INFO] [stdout] 36: 0x5603d866af44 - test::run_test::{{closure}}::h8dcd9e4e5e3fbe5f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/test/src/lib.rs:594:41 [INFO] [stdout] 37: 0x5603d866af44 - std::sys::backtrace::__rust_begin_short_backtrace::h41bf17e9b9ace8bc [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 38: 0x5603d866e712 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h63bd96fcdd52032f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/thread/mod.rs:524:17 [INFO] [stdout] 39: 0x5603d866e712 - as core::ops::function::FnOnce<()>>::call_once::ha8ff5ca2e19c8b3f [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 40: 0x5603d866e712 - std::panicking::try::do_call::h2c72967242944c46 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:554:40 [INFO] [stdout] 41: 0x5603d866e712 - std::panicking::try::h84beb938f6030c53 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panicking.rs:518:19 [INFO] [stdout] 42: 0x5603d866e712 - std::panic::catch_unwind::hca4383a7a644e749 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/panic.rs:345:14 [INFO] [stdout] 43: 0x5603d866e712 - std::thread::Builder::spawn_unchecked_::{{closure}}::h88915884a74f8e2a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/thread/mod.rs:523:30 [INFO] [stdout] 44: 0x5603d866e712 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4c032c9efdb7212a [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5603d88dc6fb - as core::ops::function::FnOnce>::call_once::h809cb44187f4e360 [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 46: 0x5603d88dc6fb - as core::ops::function::FnOnce>::call_once::h670f08f0ab61db1b [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/alloc/src/boxed.rs:2148:9 [INFO] [stdout] 47: 0x5603d88dc6fb - std::sys::pal::unix::thread::Thread::new::thread_start::hee2b0396d7ed5bcb [INFO] [stdout] at /rustc/5e89635d7bf1d3033c2eb20378b7b3cbe2dd1a9b/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 48: 0x7f4c67d30ac3 - [INFO] [stdout] 49: 0x7f4c67dc1a04 - clone [INFO] [stdout] 50: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_rust_cargo [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.58s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test cachepot_cargo` [INFO] running `Command { std: "docker" "inspect" "d333714e46fb76c4adff4d8775ac369861e3c1500901e4f79f3c9fb1821e671f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d333714e46fb76c4adff4d8775ac369861e3c1500901e4f79f3c9fb1821e671f", kill_on_drop: false }` [INFO] [stdout] d333714e46fb76c4adff4d8775ac369861e3c1500901e4f79f3c9fb1821e671f