[INFO] cloning repository https://github.com/ls-2018/rust-study [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ls-2018/rust-study" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fls-2018%2Frust-study", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fls-2018%2Frust-study'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7b47d37081910c8e3e97cf0b3bc36f79e0e8c2d1 [INFO] testing ls-2018/rust-study against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fls-2018%2Frust-study" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ls-2018/rust-study on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/ls-2018/rust-study [INFO] finished tweaking git repo https://github.com/ls-2018/rust-study [INFO] tweaked toml for git repo https://github.com/ls-2018/rust-study written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ls-2018/rust-study 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cab61d7c0973eac095c4df8e3084745031161efaf71d028fcdf84d94e8fa437 [INFO] running `Command { std: "docker" "start" "-a" "9cab61d7c0973eac095c4df8e3084745031161efaf71d028fcdf84d94e8fa437", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cab61d7c0973eac095c4df8e3084745031161efaf71d028fcdf84d94e8fa437", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cab61d7c0973eac095c4df8e3084745031161efaf71d028fcdf84d94e8fa437", kill_on_drop: false }` [INFO] [stdout] 9cab61d7c0973eac095c4df8e3084745031161efaf71d028fcdf84d94e8fa437 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 532babf4c0deac00ea173b1db4bb71cfbcfa52bd2267a94c5d13a263cf1990d5 [INFO] running `Command { std: "docker" "start" "-a" "532babf4c0deac00ea173b1db4bb71cfbcfa52bd2267a94c5d13a263cf1990d5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.162 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling portable-atomic v1.9.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling value-bag v1.10.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.1 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling cpufeatures v0.2.15 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling litemap v0.7.3 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling fastrand v2.2.0 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling rustix v0.38.40 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling allocator-api2 v0.2.20 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling zerofrom v0.1.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling yoke v0.7.4 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling pin-project v1.1.7 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling tokio v1.41.1 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling sqlformat v0.2.6 [INFO] [stderr] Compiling webpki-roots v0.26.6 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.3 [INFO] [stderr] Compiling event-listener-strategy v0.5.2 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling rustls v0.23.16 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling libz-sys v1.1.20 [INFO] [stderr] Compiling futures-lite v2.5.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.10+1.61.0 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling tower v0.5.1 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling prost-derive v0.13.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling hyper v1.5.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.95 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling prost v0.13.3 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling sqlx-core v0.8.2 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling axum v0.7.7 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling curl-sys v0.4.78+curl-8.11.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling prettyplease v0.2.25 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling rsa v0.9.6 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling const_fn v0.4.10 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.95 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling sqlx-mysql v0.8.2 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling sqlx-postgres v0.8.2 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling prost-types v0.13.3 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling bindgen v0.70.1 [INFO] [stderr] Compiling multimap v0.10.0 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling prost-build v0.13.3 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.95 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling async-signal v0.2.10 [INFO] [stderr] Compiling sqlx-macros-core v0.8.2 [INFO] [stderr] Compiling async-executor v1.13.1 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.95 [INFO] [stderr] Compiling curl v0.4.47 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.95 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling async-process v2.3.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling tonic-build v0.12.3 [INFO] [stderr] Compiling sqlx-macros v0.8.2 [INFO] [stderr] Compiling hyper v0.14.31 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Compiling spinning_top v0.2.5 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling fslock v0.2.1 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling isahc v0.9.14 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling http-types v2.12.0 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling opentelemetry v0.22.0 [INFO] [stderr] Compiling sqlx v0.8.2 [INFO] [stderr] Compiling async-std v1.13.0 [INFO] [stderr] Compiling boring-sys v4.11.0 [INFO] [stderr] Compiling flume v0.9.2 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling proto-builder-trait v0.6.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling sluice v0.5.5 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling brotli v7.0.0 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling serde_qs v0.8.5 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling foreign-types-macros v0.2.3 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling ordered-float v4.5.0 [INFO] [stderr] Compiling rquickjs-sys v0.6.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling unwind-sys v0.1.4 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling foreign-types-shared v0.3.1 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling foreign-types v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling opentelemetry_sdk v0.22.1 [INFO] [stderr] Compiling async-compression v0.4.17 [INFO] [stderr] Compiling js-sys v0.3.72 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling tonic v0.12.3 [INFO] [stderr] Compiling prost v0.12.6 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling pest v2.7.14 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling generator v0.8.3 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling http-range-header v0.4.1 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling clap_lex v0.7.3 [INFO] [stderr] Compiling clap_builder v4.5.21 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling web-sys v0.3.72 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling pest_meta v2.7.14 [INFO] [stderr] Compiling actix-http v3.9.0 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling grpc v0.1.0 (/opt/rustwide/workdir/grpc) [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling tonic v0.11.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling http-client v6.5.3 [INFO] [stderr] Compiling fancy-regex v0.13.0 [INFO] [stderr] Compiling actix-server v2.5.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling blake3 v1.5.4 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling object v0.36.5 [INFO] [stderr] Compiling unwind v0.4.2 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling impl-more v0.1.8 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling ct-codecs v1.1.2 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ed25519-compact v2.1.1 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling clap v4.5.21 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling actix-web v4.9.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling reqwest v0.12.9 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling poly1305 v0.8.0 [INFO] [stderr] Compiling headers v0.4.0 [INFO] [stderr] Compiling rquickjs-core v0.6.2 [INFO] [stderr] Compiling opentelemetry-proto v0.5.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling zxcvbn v3.1.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling surf v2.3.2 [INFO] [stderr] Compiling chacha20 v0.9.1 [INFO] [stderr] Compiling pest_generator v2.7.14 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling blake2b_simd v1.0.2 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling p384 v0.13.0 [INFO] [stderr] Compiling k256 v0.13.4 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling features v0.10.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling thin-vec v0.2.13 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling dummy v0.8.0 [INFO] [stderr] Compiling serde_with_macros v3.11.0 [INFO] [stderr] Compiling typed-builder-macro v0.20.0 [INFO] [stderr] Compiling rhai_codegen v2.2.0 [INFO] [stderr] Compiling eventsource-stream v0.2.3 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling examples v0.1.0 (/opt/rustwide/workdir/examples) [INFO] [stderr] Compiling hmac-sha256 v1.1.7 [INFO] [stderr] Compiling hmac-sha512 v1.1.5 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling coarsetime v0.1.34 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling deunicode v1.6.0 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling opentelemetry-semantic-conventions v0.14.0 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling binstring v0.1.1 [INFO] [stderr] Compiling hmac-sha1-compact v1.1.4 [INFO] [stderr] Compiling typed-builder v0.20.0 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling opentelemetry-otlp v0.15.0 [INFO] [stderr] Compiling fake v2.10.0 [INFO] [stderr] Compiling rhai v1.20.0 [INFO] [stderr] Compiling reqwest-eventsource v0.6.0 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling loom v0.7.2 [INFO] [stderr] Compiling chacha20poly1305 v0.10.1 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling serde_with v3.11.0 [INFO] [stderr] Compiling base v0.1.0 (/opt/rustwide/workdir/base) [INFO] [stderr] Compiling pest_derive v2.7.14 [INFO] [stderr] Compiling rcli v0.1.0 (/opt/rustwide/workdir/rcli) [INFO] [stderr] Compiling rquickjs v0.6.2 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling axum-extra v0.9.4 [INFO] [stderr] Compiling notify-debouncer-mini v0.4.1 [INFO] [stderr] Compiling tracing-opentelemetry v0.23.0 [INFO] [stderr] Compiling macros v0.1.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling nanoid v0.4.0 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling matchit v0.8.5 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling error-code v0.1.0 (/opt/rustwide/workdir/error-code-02) [INFO] [stderr] Compiling boring v4.11.0 [INFO] [stderr] Compiling jwt-simple v0.12.10 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 46s [INFO] running `Command { std: "docker" "inspect" "532babf4c0deac00ea173b1db4bb71cfbcfa52bd2267a94c5d13a263cf1990d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "532babf4c0deac00ea173b1db4bb71cfbcfa52bd2267a94c5d13a263cf1990d5", kill_on_drop: false }` [INFO] [stdout] 532babf4c0deac00ea173b1db4bb71cfbcfa52bd2267a94c5d13a263cf1990d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a04049014aa798c2f75aa160a8a6ff3b89202f00ef7a192d2af783530040502 [INFO] running `Command { std: "docker" "start" "-a" "0a04049014aa798c2f75aa160a8a6ff3b89202f00ef7a192d2af783530040502", kill_on_drop: false }` [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling base v0.1.0 (/opt/rustwide/workdir/base) [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling dummy v0.8.0 [INFO] [stderr] Compiling serde_with_macros v3.11.0 [INFO] [stderr] Compiling macros v0.1.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Compiling fake v2.10.0 [INFO] [stderr] Compiling error-code v0.1.0 (/opt/rustwide/workdir/error-code-02) [INFO] [stdout] DeriveInput { [INFO] [stdout] attrs: [ [INFO] [stdout] Attribute { [INFO] [stdout] pound_token: Pound, [INFO] [stdout] style: AttrStyle::Outer, [INFO] [stdout] bracket_token: Bracket, [INFO] [stdout] meta: Meta::List { [INFO] [stdout] path: Path { [INFO] [stdout] leading_colon: None, [INFO] [stdout] segments: [ [INFO] [stdout] PathSegment { [INFO] [stdout] ident: Ident { [INFO] [stdout] ident: "deref", [INFO] [stdout] span: #0 bytes(72..77), [INFO] [stdout] }, [INFO] [stdout] arguments: PathArguments::None, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] delimiter: MacroDelimiter::Paren( [INFO] [stdout] Paren, [INFO] [stdout] ), [INFO] [stdout] tokens: TokenStream [ [INFO] [stdout] Ident { [INFO] [stdout] ident: "field", [INFO] [stdout] span: #0 bytes(78..83), [INFO] [stdout] }, [INFO] [stdout] Punct { [INFO] [stdout] ch: '=', [INFO] [stdout] spacing: Alone, [INFO] [stdout] span: #0 bytes(84..85), [INFO] [stdout] }, [INFO] [stdout] Literal { [INFO] [stdout] kind: Str, [INFO] [stdout] symbol: "inner", [INFO] [stdout] suffix: None, [INFO] [stdout] span: #0 bytes(86..93), [INFO] [stdout] }, [INFO] [stdout] Punct { [INFO] [stdout] ch: ',', [INFO] [stdout] spacing: Alone, [INFO] [stdout] span: #0 bytes(93..94), [INFO] [stdout] }, [INFO] [stdout] Ident { [INFO] [stdout] ident: "mutable", [INFO] [stdout] span: #0 bytes(95..102), [INFO] [stdout] }, [INFO] [stdout] Punct { [INFO] [stdout] ch: '=', [INFO] [stdout] spacing: Alone, [INFO] [stdout] span: #0 bytes(103..104), [INFO] [stdout] }, [INFO] [stdout] Ident { [INFO] [stdout] ident: "true", [INFO] [stdout] span: #0 bytes(105..109), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] Attribute { [INFO] [stdout] pound_token: Pound, [INFO] [stdout] style: AttrStyle::Outer, [INFO] [stdout] bracket_token: Bracket, [INFO] [stdout] meta: Meta::List { [INFO] [stdout] path: Path { [INFO] [stdout] leading_colon: None, [INFO] [stdout] segments: [ [INFO] [stdout] PathSegment { [INFO] [stdout] ident: Ident { [INFO] [stdout] ident: "deref2", [INFO] [stdout] span: #0 bytes(114..120), [INFO] [stdout] }, [INFO] [stdout] arguments: PathArguments::None, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] delimiter: MacroDelimiter::Paren( [INFO] [stdout] Paren, [INFO] [stdout] ), [INFO] [stdout] tokens: TokenStream [ [INFO] [stdout] Ident { [INFO] [stdout] ident: "a", [INFO] [stdout] span: #0 bytes(121..122), [INFO] [stdout] }, [INFO] [stdout] Punct { [INFO] [stdout] ch: '=', [INFO] [stdout] spacing: Alone, [INFO] [stdout] span: #0 bytes(123..124), [INFO] [stdout] }, [INFO] [stdout] Ident { [INFO] [stdout] ident: "true", [INFO] [stdout] span: #0 bytes(125..129), [INFO] [stdout] }, [INFO] [stdout] Punct { [INFO] [stdout] ch: ',', [INFO] [stdout] spacing: Alone, [INFO] [stdout] span: #0 bytes(129..130), [INFO] [stdout] }, [INFO] [stdout] Ident { [INFO] [stdout] ident: "b", [INFO] [stdout] span: #0 bytes(131..132), [INFO] [stdout] }, [INFO] [stdout] Punct { [INFO] [stdout] ch: '=', [INFO] [stdout] spacing: Alone, [INFO] [stdout] span: #0 bytes(133..134), [INFO] [stdout] }, [INFO] [stdout] Ident { [INFO] [stdout] ident: "true", [INFO] [stdout] span: #0 bytes(135..139), [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] vis: Visibility::Public( [INFO] [stdout] Pub, [INFO] [stdout] ), [INFO] [stdout] ident: Ident { [INFO] [stdout] ident: "RespBulkString", [INFO] [stdout] span: #0 bytes(153..167), [INFO] [stdout] }, [INFO] [stdout] generics: Generics { [INFO] [stdout] lt_token: None, [INFO] [stdout] params: [], [INFO] [stdout] gt_token: None, [INFO] [stdout] where_clause: None, [INFO] [stdout] }, [INFO] [stdout] data: Data::Struct { [INFO] [stdout] struct_token: Struct, [INFO] [stdout] fields: Fields::Named { [INFO] [stdout] brace_token: Brace, [INFO] [stdout] named: [ [INFO] [stdout] Field { [INFO] [stdout] attrs: [], [INFO] [stdout] vis: Visibility::Inherited, [INFO] [stdout] mutability: FieldMutability::None, [INFO] [stdout] ident: Some( [INFO] [stdout] Ident { [INFO] [stdout] ident: "inner", [INFO] [stdout] span: #0 bytes(174..179), [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] colon_token: Some( [INFO] [stdout] Colon, [INFO] [stdout] ), [INFO] [stdout] ty: Type::Path { [INFO] [stdout] qself: None, [INFO] [stdout] path: Path { [INFO] [stdout] leading_colon: None, [INFO] [stdout] segments: [ [INFO] [stdout] PathSegment { [INFO] [stdout] ident: Ident { [INFO] [stdout] ident: "String", [INFO] [stdout] span: #0 bytes(181..187), [INFO] [stdout] }, [INFO] [stdout] arguments: PathArguments::None, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] Comma, [INFO] [stdout] Field { [INFO] [stdout] attrs: [], [INFO] [stdout] vis: Visibility::Inherited, [INFO] [stdout] mutability: FieldMutability::None, [INFO] [stdout] ident: Some( [INFO] [stdout] Ident { [INFO] [stdout] ident: "nothing", [INFO] [stdout] span: #0 bytes(193..200), [INFO] [stdout] }, [INFO] [stdout] ), [INFO] [stdout] colon_token: Some( [INFO] [stdout] Colon, [INFO] [stdout] ), [INFO] [stdout] ty: Type::Tuple { [INFO] [stdout] paren_token: Paren, [INFO] [stdout] elems: [], [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] Comma, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] semi_token: None, [INFO] [stdout] }, [INFO] [stdout] } [INFO] [stdout] Fields { [INFO] [stdout] style: Tuple, [INFO] [stdout] fields: [ [INFO] [stdout] EnumVariantFields { [INFO] [stdout] ty: Type::Path { [INFO] [stdout] qself: None, [INFO] [stdout] path: Path { [INFO] [stdout] leading_colon: None, [INFO] [stdout] segments: [ [INFO] [stdout] PathSegment { [INFO] [stdout] ident: Ident { [INFO] [stdout] ident: "DirectionUp", [INFO] [stdout] span: #0 bytes(105..116), [INFO] [stdout] }, [INFO] [stdout] arguments: PathArguments::None, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] span: Some( [INFO] [stdout] #0 bytes(104..117), [INFO] [stdout] ), [INFO] [stdout] __nonexhaustive: (), [INFO] [stdout] } [INFO] [stdout] Fields { [INFO] [stdout] style: Unit, [INFO] [stdout] fields: [], [INFO] [stdout] span: Some( [INFO] [stdout] #6 bytes(63..78), [INFO] [stdout] ), [INFO] [stdout] __nonexhaustive: (), [INFO] [stdout] } [INFO] [stdout] Fields { [INFO] [stdout] style: Tuple, [INFO] [stdout] fields: [ [INFO] [stdout] EnumVariantFields { [INFO] [stdout] ty: Type::Path { [INFO] [stdout] qself: None, [INFO] [stdout] path: Path { [INFO] [stdout] leading_colon: None, [INFO] [stdout] segments: [ [INFO] [stdout] PathSegment { [INFO] [stdout] ident: Ident { [INFO] [stdout] ident: "u32", [INFO] [stdout] span: #0 bytes(138..141), [INFO] [stdout] }, [INFO] [stdout] arguments: PathArguments::None, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] span: Some( [INFO] [stdout] #0 bytes(137..142), [INFO] [stdout] ), [INFO] [stdout] __nonexhaustive: (), [INFO] [stdout] } [INFO] [stdout] Fields { [INFO] [stdout] style: Struct, [INFO] [stdout] fields: [ [INFO] [stdout] EnumVariantFields { [INFO] [stdout] ty: Type::Path { [INFO] [stdout] qself: None, [INFO] [stdout] path: Path { [INFO] [stdout] leading_colon: None, [INFO] [stdout] segments: [ [INFO] [stdout] PathSegment { [INFO] [stdout] ident: Ident { [INFO] [stdout] ident: "u32", [INFO] [stdout] span: #0 bytes(159..162), [INFO] [stdout] }, [INFO] [stdout] arguments: PathArguments::None, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] }, [INFO] [stdout] ], [INFO] [stdout] span: Some( [INFO] [stdout] #0 bytes(154..164), [INFO] [stdout] ), [INFO] [stdout] __nonexhaustive: (), [INFO] [stdout] } [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling serde_with v3.11.0 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling grpc v0.1.0 (/opt/rustwide/workdir/grpc) [INFO] [stderr] Compiling zxcvbn v3.1.0 [INFO] [stderr] Compiling rcli v0.1.0 (/opt/rustwide/workdir/rcli) [INFO] [stderr] Compiling examples v0.1.0 (/opt/rustwide/workdir/examples) [INFO] [stdout] warning: function `foo` is never used [INFO] [stdout] --> examples/examples/cfg_if.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | fn foo() { /* unix specific functionality */ } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 56.86s [INFO] running `Command { std: "docker" "inspect" "0a04049014aa798c2f75aa160a8a6ff3b89202f00ef7a192d2af783530040502", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a04049014aa798c2f75aa160a8a6ff3b89202f00ef7a192d2af783530040502", kill_on_drop: false }` [INFO] [stdout] 0a04049014aa798c2f75aa160a8a6ff3b89202f00ef7a192d2af783530040502 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93aa015ba91c1a7a309322db4792b0b889f1c27cb4c34620b8e9b09554aa26ce [INFO] running `Command { std: "docker" "start" "-a" "93aa015ba91c1a7a309322db4792b0b889f1c27cb4c34620b8e9b09554aa26ce", kill_on_drop: false }` [INFO] [stderr] warning: function `foo` is never used [INFO] [stderr] --> examples/examples/cfg_if.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | fn foo() { /* unix specific functionality */ } [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `examples` (example "cfg_if") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.41s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/base-7b66ec1977118806) [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test class::main ... ok [INFO] [stdout] test add::main ... ok [INFO] [stdout] test display::display_point ... ok [INFO] [stdout] test base::_ref ... ok [INFO] [stdout] test base::main ... ok [INFO] [stdout] test display::main ... ok [INFO] [stdout] test display::point_to_string ... ok [INFO] [stdout] test env::main ... ok [INFO] [stdout] test display::display_equals_to_string ... ok [INFO] [stdout] test from::example ... ok [INFO] [stdout] test iter::asd ... ok [INFO] [stdout] test io::asx ... ok [INFO] [stdout] test file::m ... ok [INFO] [stdout] test file::f ... ok [INFO] [stdout] test iter::ass2 ... ok [INFO] [stdout] test _async::mai2n ... ok [INFO] [stdout] test iter::ass ... ok [INFO] [stdout] test iter::a1 ... ok [INFO] [stdout] test iter::main2 ... ok [INFO] [stdout] test panic::x ... ok [INFO] [stdout] test iter::p ... ok [INFO] [stdout] test barrier::b ... ok [INFO] [stdout] test parse::main ... ok [INFO] [stdout] test r#for::main ... ok [INFO] [stdout] test r#match::main ... ok [INFO] [stdout] test pbj::o ... ok [INFO] [stdout] test pbj::main ... ok [INFO] [stdout] test r#trait::main ... ok [INFO] [stdout] test r#type::type__ ... ok [INFO] [stdout] test r#if::main ... ok [INFO] [stdout] test random::x ... ok [INFO] [stdout] test _async::main ... FAILED [INFO] [stdout] test rc::_ref ... ok [INFO] [stdout] test safe::foo ... ok [INFO] [stdout] test str::main ... ok [INFO] [stdout] test trait_bibao::main_fn ... ok [INFO] [stdout] test trait_bibao::main_fn_mut ... ok [INFO] [stdout] test trait_bibao::main_fn_once ... ok [INFO] [stdout] test trait_default::main ... ok [INFO] [stdout] test trait_deref::x ... ok [INFO] [stdout] test vec::vec_test ... ok [INFO] [stdout] test vegetables::tests::echo_t1 ... ok [INFO] [stdout] test width_ref::tests::sm ... ok [INFO] [stdout] test width_ref::xxx ... ok [INFO] [stdout] test trait_copy::main ... ok [INFO] [stdout] test trait_drop::main ... ok [INFO] [stdout] test str::xx ... ok [INFO] [stdout] test rc::rc ... ok [INFO] [stdout] test iter::main ... ok [INFO] [stdout] test reg::x ... ok [INFO] [stdout] test mutex::m ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- _async::main stdout ---- [INFO] [stdout] Error: Custom { kind: Uncategorized, error: VerboseError { source: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }, message: "could not resolve address `(\"baidu.com\", 80)`" } } [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] _async::main [INFO] [stdout] [INFO] [stdout] test result: FAILED. 50 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.02s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p base --lib` [INFO] running `Command { std: "docker" "inspect" "93aa015ba91c1a7a309322db4792b0b889f1c27cb4c34620b8e9b09554aa26ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93aa015ba91c1a7a309322db4792b0b889f1c27cb4c34620b8e9b09554aa26ce", kill_on_drop: false }` [INFO] [stdout] 93aa015ba91c1a7a309322db4792b0b889f1c27cb4c34620b8e9b09554aa26ce