[INFO] cloning repository https://github.com/comet-rs/comet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/comet-rs/comet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomet-rs%2Fcomet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomet-rs%2Fcomet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62759cb1343938fa23e1800689143b314245e0cd [INFO] testing comet-rs/comet/62759cb1343938fa23e1800689143b314245e0cd against beta-2024-09-05 for beta-1.82-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomet-rs%2Fcomet" "/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/comet-rs/comet on toolchain beta-2024-09-05 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/comet-rs/comet [INFO] finished tweaking git repo https://github.com/comet-rs/comet [INFO] tweaked toml for git repo https://github.com/comet-rs/comet written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/comet-rs/comet 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" "+beta-2024-09-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-1-tc2/source/comet-android/Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition [INFO] [stderr] (in the `comet_android` library target) [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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4cf1affa4e9972771472ed2e025557c6341fc1c494ce561d6c83981eea6d77b [INFO] running `Command { std: "docker" "start" "-a" "c4cf1affa4e9972771472ed2e025557c6341fc1c494ce561d6c83981eea6d77b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4cf1affa4e9972771472ed2e025557c6341fc1c494ce561d6c83981eea6d77b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4cf1affa4e9972771472ed2e025557c6341fc1c494ce561d6c83981eea6d77b", kill_on_drop: false }` [INFO] [stdout] c4cf1affa4e9972771472ed2e025557c6341fc1c494ce561d6c83981eea6d77b [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb39ca714fea3cd70c97a8c4c864a84b464a145bf358daac7888b0733f8388d8 [INFO] running `Command { std: "docker" "start" "-a" "fb39ca714fea3cd70c97a8c4c864a84b464a145bf358daac7888b0733f8388d8", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/comet-android/Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition [INFO] [stderr] (in the `comet_android` library target) [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling syn v1.0.104 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling bytes v1.3.0 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling serde_derive v1.0.148 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling serde v1.0.148 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling tokio v1.22.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling const-oid v0.7.1 [INFO] [stderr] Compiling time-macros v0.2.6 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling der v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling signature v1.4.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling which v4.3.0 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling crypto-bigint v0.3.2 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling sec1 v0.2.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling prost-build v0.8.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling elliptic-curve v0.11.12 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling gimli v0.26.2 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling oid-registry v0.6.0 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling ecdsa v0.13.4 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling ctr v0.8.0 [INFO] [stderr] Compiling polyval v0.5.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.1 [INFO] [stderr] Compiling object v0.29.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling ipnet v2.5.1 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling cipher v0.4.3 [INFO] [stderr] Compiling ghash v0.4.4 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling p384 v0.9.0 [INFO] [stderr] Compiling p256 v0.10.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling chacha20 v0.8.2 [INFO] [stderr] Compiling poly1305 v0.7.2 [INFO] [stderr] Compiling ed25519 v1.5.2 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling chacha20poly1305 v0.9.1 [INFO] [stderr] Compiling headers v0.3.8 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling darling_core v0.14.2 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling aes-gcm v0.9.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling webpki-roots v0.22.5 [INFO] [stderr] Compiling ring-compat v0.4.1 [INFO] [stderr] Compiling yasna v0.5.0 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Compiling seize v0.2.5 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling enum-utils-from-str v0.1.2 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling pem v1.1.0 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling unsafe-libyaml v0.2.4 [INFO] [stderr] Compiling keccak v0.1.3 [INFO] [stderr] Compiling flurry v0.4.0 [INFO] [stderr] Compiling shadowsocks-crypto v0.4.1 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling ct-logs v0.9.0 [INFO] [stderr] Compiling jni v0.18.0 [INFO] [stderr] Compiling aes v0.8.2 [INFO] [stderr] Compiling cfb-mode v0.8.2 [INFO] [stderr] Compiling quick-protobuf v0.8.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling crypto2 v0.2.0 (https://github.com/shadowsocks/crypto2.git#f32eccf5) [INFO] [stderr] Compiling lz_fnv v0.1.2 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling combine v4.6.6 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling jni-sys v0.3.0 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling android_log-sys v0.2.0 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling android_logger v0.9.2 [INFO] [stderr] Compiling fern v0.6.1 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling prost-derive v0.8.0 [INFO] [stderr] Compiling displaydoc v0.2.3 [INFO] [stderr] Compiling asn1-rs-impl v0.1.0 [INFO] [stderr] Compiling asn1-rs-derive v0.4.0 [INFO] [stderr] Compiling darling_macro v0.14.2 [INFO] [stderr] Compiling enum-as-inner v0.5.1 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling enum-utils v0.1.2 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling darling v0.14.2 [INFO] [stderr] Compiling asn1-rs v0.5.1 [INFO] [stderr] Compiling serde_with_macros v2.1.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling prost v0.8.0 [INFO] [stderr] Compiling prost-types v0.8.0 [INFO] [stderr] Compiling der-parser v8.1.0 [INFO] [stderr] Compiling clap v3.2.23 [INFO] [stderr] Compiling x509-parser v0.14.0 [INFO] [stderr] Compiling tonic-build v0.5.2 [INFO] [stderr] Compiling futures-executor v0.3.25 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling rcgen v0.10.0 [INFO] [stderr] Compiling comet v0.1.0 (/opt/rustwide/workdir/comet) [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling tokio-stream v0.1.11 [INFO] [stderr] Compiling async-compression v0.3.15 [INFO] [stderr] Compiling h2 v0.3.15 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ipnetwork v0.20.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling smol_str v0.1.23 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling serde_yaml v0.9.14 [INFO] [stderr] Compiling serde_with v2.1.0 [INFO] [stderr] Compiling tungstenite v0.17.3 [INFO] [stderr] Compiling tokio-tungstenite v0.17.2 [INFO] [stderr] Compiling hyper v0.14.23 [INFO] [stderr] Compiling trust-dns-proto v0.22.0 [INFO] [stderr] Compiling trust-dns-resolver v0.22.0 [INFO] [stderr] Compiling hyper-rustls v0.23.1 [INFO] [stderr] Compiling warp v0.3.3 [INFO] [stderr] Compiling reqwest v0.11.13 [INFO] [stdout] warning: unexpected `cfg` condition value: `gun-transport` [INFO] [stdout] --> comet/src/app/outbound_manager.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/config/outbound.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/protos/mod.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature="gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `inner` [INFO] [stdout] --> comet/src/processor/trojan/mod.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | let mut inner = BundleConfigInner { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_inner` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> comet/src/processor/trojan/mod.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let mut inner = BundleConfigInner { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::str::::split_at` that must be used [INFO] [stdout] --> comet/src/processor/sniffer/mod.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | ... s.split_at(idx); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 72 | let _ = s.split_at(idx); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling comet-bin v0.1.0 (/opt/rustwide/workdir/comet-bin) [INFO] [stderr] Compiling comet-android v0.1.0 (/opt/rustwide/workdir/comet-android) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `Command { std: "docker" "inspect" "fb39ca714fea3cd70c97a8c4c864a84b464a145bf358daac7888b0733f8388d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb39ca714fea3cd70c97a8c4c864a84b464a145bf358daac7888b0733f8388d8", kill_on_drop: false }` [INFO] [stdout] fb39ca714fea3cd70c97a8c4c864a84b464a145bf358daac7888b0733f8388d8 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 037c1244a40e6321e8810ddfa4ac6093816ed58dffb6e9ca50ca167004df22ab [INFO] running `Command { std: "docker" "start" "-a" "037c1244a40e6321e8810ddfa4ac6093816ed58dffb6e9ca50ca167004df22ab", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/comet-android/Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition [INFO] [stderr] (in the `comet_android` library target) [INFO] [stdout] warning: unexpected `cfg` condition value: `gun-transport` [INFO] [stdout] --> comet/src/app/outbound_manager.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/config/outbound.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/protos/mod.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature="gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `inner` [INFO] [stdout] --> comet/src/processor/trojan/mod.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | let mut inner = BundleConfigInner { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_inner` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> comet/src/processor/trojan/mod.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let mut inner = BundleConfigInner { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::str::::split_at` that must be used [INFO] [stdout] --> comet/src/processor/sniffer/mod.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | ... s.split_at(idx); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 72 | let _ = s.split_at(idx); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling comet v0.1.0 (/opt/rustwide/workdir/comet) [INFO] [stderr] Compiling comet-bin v0.1.0 (/opt/rustwide/workdir/comet-bin) [INFO] [stderr] Compiling comet-android v0.1.0 (/opt/rustwide/workdir/comet-android) [INFO] [stdout] warning: unexpected `cfg` condition value: `gun-transport` [INFO] [stdout] --> comet/src/app/outbound_manager.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/config/outbound.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/handler/outbound/mod.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg(feature = "gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stdout] --> comet/src/protos/mod.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature="gun-transport")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stdout] = help: consider adding `gun-transport` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `inner` [INFO] [stdout] --> comet/src/processor/trojan/mod.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | let mut inner = BundleConfigInner { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_inner` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> comet/src/processor/trojan/mod.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let mut inner = BundleConfigInner { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::str::::split_at` that must be used [INFO] [stdout] --> comet/src/processor/sniffer/mod.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | ... s.split_at(idx); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 72 | let _ = s.split_at(idx); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.56s [INFO] running `Command { std: "docker" "inspect" "037c1244a40e6321e8810ddfa4ac6093816ed58dffb6e9ca50ca167004df22ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "037c1244a40e6321e8810ddfa4ac6093816ed58dffb6e9ca50ca167004df22ab", kill_on_drop: false }` [INFO] [stdout] 037c1244a40e6321e8810ddfa4ac6093816ed58dffb6e9ca50ca167004df22ab [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c0e0060fb715c269534a908992579f2b12c575b1a490892af5f37f44de9b799 [INFO] running `Command { std: "docker" "start" "-a" "5c0e0060fb715c269534a908992579f2b12c575b1a490892af5f37f44de9b799", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/comet-android/Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition [INFO] [stderr] (in the `comet_android` library target) [INFO] [stderr] warning: unexpected `cfg` condition value: `gun-transport` [INFO] [stderr] --> comet/src/app/outbound_manager.rs:32:27 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg(feature = "gun-transport")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stderr] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stderr] --> comet/src/config/outbound.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg(feature = "gun-transport")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stderr] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stderr] --> comet/src/handler/outbound/mod.rs:9:7 [INFO] [stderr] | [INFO] [stderr] 9 | #[cfg(feature = "gun-transport")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stderr] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stderr] --> comet/src/handler/outbound/mod.rs:16:7 [INFO] [stderr] | [INFO] [stderr] 16 | #[cfg(feature = "gun-transport")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stderr] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stderr] --> comet/src/handler/outbound/mod.rs:18:7 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg(feature = "gun-transport")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stderr] = help: consider adding `gun-transport` 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: `gun-transport` [INFO] [stderr] --> comet/src/protos/mod.rs:4:7 [INFO] [stderr] | [INFO] [stderr] 4 | #[cfg(feature="gun-transport")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `rcgen`, and `tls-mitm` [INFO] [stderr] = help: consider adding `gun-transport` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unused variable: `inner` [INFO] [stderr] --> comet/src/processor/trojan/mod.rs:37:13 [INFO] [stderr] | [INFO] [stderr] 37 | let mut inner = BundleConfigInner { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_inner` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> comet/src/processor/trojan/mod.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | let mut inner = BundleConfigInner { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::split_at` that must be used [INFO] [stderr] --> comet/src/processor/sniffer/mod.rs:72:29 [INFO] [stderr] | [INFO] [stderr] 72 | ... s.split_at(idx); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 72 | let _ = s.split_at(idx); [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `comet` (lib) generated 9 warnings (run `cargo fix --lib -p comet` to apply 1 suggestion) [INFO] [stderr] warning: `comet` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/comet-8daefa3fa1d81611) [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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/comet_android-3fa83899de19551b) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/comet_bin-6bd22c6107bff863) [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] Doc-tests comet [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5c0e0060fb715c269534a908992579f2b12c575b1a490892af5f37f44de9b799", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c0e0060fb715c269534a908992579f2b12c575b1a490892af5f37f44de9b799", kill_on_drop: false }` [INFO] [stdout] 5c0e0060fb715c269534a908992579f2b12c575b1a490892af5f37f44de9b799