[INFO] cloning repository https://github.com/byrnedo/skate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/byrnedo/skate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyrnedo%2Fskate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyrnedo%2Fskate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85f537df1e8938c39786099cef10b35e4fb2e2cd [INFO] testing byrnedo/skate against try#ed7f3d77595b4831fdf085f2529aa13b5b51ff7d for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyrnedo%2Fskate" "/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/byrnedo/skate on toolchain ed7f3d77595b4831fdf085f2529aa13b5b51ff7d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/byrnedo/skate [INFO] finished tweaking git repo https://github.com/byrnedo/skate [INFO] tweaked toml for git repo https://github.com/byrnedo/skate written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/byrnedo/skate 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" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67cdc0daf2fcaf0e2ba9135a8d6106f9390f07ef47f90d22f938ff9069f004f0 [INFO] running `Command { std: "docker" "start" "-a" "67cdc0daf2fcaf0e2ba9135a8d6106f9390f07ef47f90d22f938ff9069f004f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67cdc0daf2fcaf0e2ba9135a8d6106f9390f07ef47f90d22f938ff9069f004f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67cdc0daf2fcaf0e2ba9135a8d6106f9390f07ef47f90d22f938ff9069f004f0", kill_on_drop: false }` [INFO] [stdout] 67cdc0daf2fcaf0e2ba9135a8d6106f9390f07ef47f90d22f938ff9069f004f0 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c35f01ca34bfbcfa0a3fce4764d391f62bebfa33bb356cf406819276ec3bc1a3 [INFO] running `Command { std: "docker" "start" "-a" "c35f01ca34bfbcfa0a3fce4764d391f62bebfa33bb356cf406819276ec3bc1a3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling thiserror v1.0.66 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling syn v2.0.86 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling cc v1.1.31 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling const_fn v0.4.10 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling salsa20 v0.10.2 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling scrypt v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling openssl-src v300.4.0+3.4.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling tz-rs v0.6.14 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling pkcs5 v0.7.1 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.33 [INFO] [stderr] Compiling tzdb_data v0.1.3 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling ssh-encoding v0.2.0 [INFO] [stderr] Compiling blowfish v0.9.1 [INFO] [stderr] Compiling chacha20 v0.9.1 [INFO] [stderr] Compiling poly1305 v0.8.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling libz-sys v1.1.20 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling ssh-cipher v0.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling bcrypt-pbkdf v0.10.0 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling password-hash v0.4.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rustix v0.38.38 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling is_debug v1.0.1 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling const_format v0.2.33 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling russh-cryptovec v0.7.3 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling k8s-openapi v0.23.0 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling anstyle v1.0.9 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling seize v0.3.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling des v0.8.1 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Compiling anstream v0.6.17 [INFO] [stderr] Compiling tzdb v0.6.1 [INFO] [stderr] Compiling p521 v0.13.3 [INFO] [stderr] Compiling p384 v0.13.0 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling num-modular v0.6.1 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling anyhow v1.0.92 [INFO] [stderr] Compiling hex-literal v0.4.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling num-order v1.2.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling papergrid v0.12.0 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling hostname v0.4.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling deunicode v1.6.0 [INFO] [stderr] Compiling syslog v7.0.0 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.66 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling tabled_derive v0.8.0 [INFO] [stderr] Compiling tokio v1.41.0 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling sysinfo v0.30.13 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling pest v2.7.14 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling flurry v0.5.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tabled v0.16.0 [INFO] [stderr] Compiling ed25519-dalek v2.1.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling pest_meta v2.7.14 [INFO] [stderr] Compiling rsa v0.9.6 [INFO] [stderr] Compiling pest_generator v2.7.14 [INFO] [stderr] Compiling ssh-key v0.6.7 [INFO] [stderr] Compiling pest_derive v2.7.14 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling handlebars v6.2.0 [INFO] [stderr] Compiling russh-sftp v2.0.5 [INFO] [stderr] Compiling cron v0.12.1 [INFO] [stderr] Compiling tempfile v3.13.0 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling git2 v0.19.0 [INFO] [stderr] Compiling hyper v1.5.0 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling shadow-rs v0.35.2 [INFO] [stderr] Compiling skate v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling russh-keys v0.45.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.9 [INFO] [stderr] Compiling russh v0.45.0 [INFO] [stderr] Compiling async-ssh2-tokio v0.8.12 [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/skatelet/skatelet.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use std::panic::PanicInfo; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/skatelet/skatelet.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn log_panic(info: &PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/create/node.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | Ok(output) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/rollout.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 104 | let (resource_type, name) = args.resource.parse()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `now` [INFO] [stdout] --> src/resource.rs:168:21 [INFO] [stdout] | [INFO] [stdout] 168 | let now = chrono::Utc::now().timestamp(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_now` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node` [INFO] [stdout] --> src/resource.rs:183:44 [INFO] [stdout] | [INFO] [stdout] 183 | res.into_iter().for_each(|(node, result)| { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/util.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | lock_file.unlock()?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] help: add `#![feature(file_lock)]` to the crate attributes to enable `std::fs::File::unlock` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(file_lock)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/resource.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/scheduler.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::deps::SshManager` [INFO] [stdout] --> src/create/node.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::deps::SshManager; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ssh::SshClient` [INFO] [stdout] --> src/create.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::ssh::SshClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ssh::SshClient` [INFO] [stdout] --> src/delete.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::ssh::SshClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/cordon.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ssh::{SshClient}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/logs.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `api_version_key` [INFO] [stdout] --> src/apply.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | let api_version_key = Value::String("apiVersion".to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_version_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kind_key` [INFO] [stdout] --> src/apply.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | let kind_key = Value::String("kind".to_owned()); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kind_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mapping` [INFO] [stdout] --> src/apply.rs:103:35 [INFO] [stdout] | [INFO] [stdout] 103 | if let Value::Mapping(mapping) = &value { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/ssh.rs:203:37 [INFO] [stdout] | [INFO] [stdout] 203 | ... Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_hash` [INFO] [stdout] --> src/scheduler.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | let new_hash = hash_k8s_resource(&mut ds); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_hash` [INFO] [stdout] --> src/scheduler.rs:340:13 [INFO] [stdout] | [INFO] [stdout] 340 | let new_hash = hash_k8s_resource(&mut d); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | let original_name = i.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | let original_name = s.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:441:21 [INFO] [stdout] | [INFO] [stdout] 441 | let original_name = issuer.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cluster` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cluster` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | async fn cluster_connect(&self, cluster: &Cluster) -> (Option, Option) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `conf_path_str` is never used [INFO] [stdout] --> src/skatelet/dns.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 50 | impl Dns { [INFO] [stdout] | ----------------------- associated function in this implementation [INFO] [stdout] 51 | [INFO] [stdout] 52 | fn conf_path_str() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQUAL_EMOJI` is never used [INFO] [stdout] --> src/util.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const EQUAL_EMOJI: char = '~'; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INFO_EMOJI` is never used [INFO] [stdout] --> src/util.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const INFO_EMOJI: &str = "[i]"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TARGET` is never used [INFO] [stdout] --> src/util.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const TARGET: &str = include_str!(concat!(env!("OUT_DIR"), "/../output")); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `updated` is never used [INFO] [stdout] --> src/state/state.rs:323:8 [INFO] [stdout] | [INFO] [stdout] 308 | impl ReconciledResult { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 323 | fn updated() -> ReconciledResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `persist` and `reconcile_node` are never used [INFO] [stdout] --> src/state/state.rs:336:12 [INFO] [stdout] | [INFO] [stdout] 332 | impl ClusterState { [INFO] [stdout] | ----------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 336 | pub fn persist(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 361 | pub fn reconcile_node(&mut self, node: &HostInfo) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `node` is never read [INFO] [stdout] --> src/state/state.rs:574:9 [INFO] [stdout] | [INFO] [stdout] 572 | pub struct MutCatalogueItem<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 573 | pub object: &'a mut ObjectListItem, [INFO] [stdout] 574 | pub node: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `node_state` is never used [INFO] [stdout] --> src/test_helpers/objects.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn node_state(name: &str) -> NodeState{ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_pod` is never used [INFO] [stdout] --> src/test_helpers/objects.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait WithPod { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] 56 | fn with_pod(self, pod: &Pod) -> Self; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s [INFO] running `Command { std: "docker" "inspect" "c35f01ca34bfbcfa0a3fce4764d391f62bebfa33bb356cf406819276ec3bc1a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c35f01ca34bfbcfa0a3fce4764d391f62bebfa33bb356cf406819276ec3bc1a3", kill_on_drop: false }` [INFO] [stdout] c35f01ca34bfbcfa0a3fce4764d391f62bebfa33bb356cf406819276ec3bc1a3 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7fae88759d8a5ddac3a6c42f9e1f6321b32ce5b8cb22276aa678f857ebd019d [INFO] running `Command { std: "docker" "start" "-a" "e7fae88759d8a5ddac3a6c42f9e1f6321b32ce5b8cb22276aa678f857ebd019d", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/skatelet/skatelet.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use std::panic::PanicInfo; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/skatelet/skatelet.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn log_panic(info: &PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/create/node.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | Ok(output) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/rollout.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 104 | let (resource_type, name) = args.resource.parse()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `now` [INFO] [stdout] --> src/resource.rs:168:21 [INFO] [stdout] | [INFO] [stdout] 168 | let now = chrono::Utc::now().timestamp(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_now` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node` [INFO] [stdout] --> src/resource.rs:183:44 [INFO] [stdout] | [INFO] [stdout] 183 | res.into_iter().for_each(|(node, result)| { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/util.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | lock_file.unlock()?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] help: add `#![feature(file_lock)]` to the crate attributes to enable `std::fs::File::unlock` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(file_lock)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling skate v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/resource.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/scheduler.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::deps::SshManager` [INFO] [stdout] --> src/create/node.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::deps::SshManager; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ssh::SshClient` [INFO] [stdout] --> src/create.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::ssh::SshClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ssh::SshClient` [INFO] [stdout] --> src/delete.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::ssh::SshClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/cordon.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ssh::{SshClient}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/logs.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `api_version_key` [INFO] [stdout] --> src/apply.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | let api_version_key = Value::String("apiVersion".to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_version_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kind_key` [INFO] [stdout] --> src/apply.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | let kind_key = Value::String("kind".to_owned()); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kind_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mapping` [INFO] [stdout] --> src/apply.rs:103:35 [INFO] [stdout] | [INFO] [stdout] 103 | if let Value::Mapping(mapping) = &value { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/ssh.rs:203:37 [INFO] [stdout] | [INFO] [stdout] 203 | ... Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_hash` [INFO] [stdout] --> src/scheduler.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | let new_hash = hash_k8s_resource(&mut ds); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_hash` [INFO] [stdout] --> src/scheduler.rs:340:13 [INFO] [stdout] | [INFO] [stdout] 340 | let new_hash = hash_k8s_resource(&mut d); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | let original_name = i.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | let original_name = s.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:441:21 [INFO] [stdout] | [INFO] [stdout] 441 | let original_name = issuer.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cluster` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cluster` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | async fn cluster_connect(&self, cluster: &Cluster) -> (Option, Option) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `conf_path_str` is never used [INFO] [stdout] --> src/skatelet/dns.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 50 | impl Dns { [INFO] [stdout] | ----------------------- associated function in this implementation [INFO] [stdout] 51 | [INFO] [stdout] 52 | fn conf_path_str() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQUAL_EMOJI` is never used [INFO] [stdout] --> src/util.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const EQUAL_EMOJI: char = '~'; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INFO_EMOJI` is never used [INFO] [stdout] --> src/util.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const INFO_EMOJI: &str = "[i]"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TARGET` is never used [INFO] [stdout] --> src/util.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const TARGET: &str = include_str!(concat!(env!("OUT_DIR"), "/../output")); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `updated` is never used [INFO] [stdout] --> src/state/state.rs:323:8 [INFO] [stdout] | [INFO] [stdout] 308 | impl ReconciledResult { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 323 | fn updated() -> ReconciledResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `persist` and `reconcile_node` are never used [INFO] [stdout] --> src/state/state.rs:336:12 [INFO] [stdout] | [INFO] [stdout] 332 | impl ClusterState { [INFO] [stdout] | ----------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 336 | pub fn persist(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 361 | pub fn reconcile_node(&mut self, node: &HostInfo) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `node` is never read [INFO] [stdout] --> src/state/state.rs:574:9 [INFO] [stdout] | [INFO] [stdout] 572 | pub struct MutCatalogueItem<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 573 | pub object: &'a mut ObjectListItem, [INFO] [stdout] 574 | pub node: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `node_state` is never used [INFO] [stdout] --> src/test_helpers/objects.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn node_state(name: &str) -> NodeState{ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `with_pod` is never used [INFO] [stdout] --> src/test_helpers/objects.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait WithPod { [INFO] [stdout] | ------- method in this trait [INFO] [stdout] 56 | fn with_pod(self, pod: &Pod) -> Self; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/skatelet/skatelet.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use std::panic::PanicInfo; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/skatelet/skatelet.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn log_panic(info: &PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `output` [INFO] [stdout] --> src/create/node.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | Ok(output) => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/rollout.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 104 | let (resource_type, name) = args.resource.parse()?; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `now` [INFO] [stdout] --> src/resource.rs:168:21 [INFO] [stdout] | [INFO] [stdout] 168 | let now = chrono::Utc::now().timestamp(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_now` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node` [INFO] [stdout] --> src/resource.rs:183:44 [INFO] [stdout] | [INFO] [stdout] 183 | res.into_iter().for_each(|(node, result)| { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/util.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | lock_file.unlock()?; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] help: add `#![feature(file_lock)]` to the crate attributes to enable `std::fs::File::unlock` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(file_lock)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/scheduler.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/resource.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::deps::SshManager` [INFO] [stdout] --> src/create/node.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::deps::SshManager; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ssh::SshClient` [INFO] [stdout] --> src/create.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::ssh::SshClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ssh::SshClient` [INFO] [stdout] --> src/delete.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::ssh::SshClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/cordon.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ssh::{SshClient}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SshClient` [INFO] [stdout] --> src/logs.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::ssh::{SshClient, SshClients}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `api_version_key` [INFO] [stdout] --> src/apply.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | let api_version_key = Value::String("apiVersion".to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_version_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `kind_key` [INFO] [stdout] --> src/apply.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | let kind_key = Value::String("kind".to_owned()); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kind_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mapping` [INFO] [stdout] --> src/apply.rs:103:35 [INFO] [stdout] | [INFO] [stdout] 103 | if let Value::Mapping(mapping) = &value { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mapping` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/ssh.rs:203:37 [INFO] [stdout] | [INFO] [stdout] 203 | ... Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_hash` [INFO] [stdout] --> src/scheduler.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | let new_hash = hash_k8s_resource(&mut ds); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_hash` [INFO] [stdout] --> src/scheduler.rs:340:13 [INFO] [stdout] | [INFO] [stdout] 340 | let new_hash = hash_k8s_resource(&mut d); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | let original_name = i.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | let original_name = s.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_name` [INFO] [stdout] --> src/resource.rs:441:21 [INFO] [stdout] | [INFO] [stdout] 441 | let original_name = issuer.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cluster` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `node` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cluster` [INFO] [stdout] --> src/test_helpers/ssh_mocks.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | async fn cluster_connect(&self, cluster: &Cluster) -> (Option, Option) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `conf_path_str` is never used [INFO] [stdout] --> src/skatelet/dns.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 50 | impl Dns { [INFO] [stdout] | ----------------------- associated function in this implementation [INFO] [stdout] 51 | [INFO] [stdout] 52 | fn conf_path_str() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `EQUAL_EMOJI` is never used [INFO] [stdout] --> src/util.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub const EQUAL_EMOJI: char = '~'; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `INFO_EMOJI` is never used [INFO] [stdout] --> src/util.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | pub const INFO_EMOJI: &str = "[i]"; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TARGET` is never used [INFO] [stdout] --> src/util.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | pub const TARGET: &str = include_str!(concat!(env!("OUT_DIR"), "/../output")); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `updated` is never used [INFO] [stdout] --> src/state/state.rs:323:8 [INFO] [stdout] | [INFO] [stdout] 308 | impl ReconciledResult { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 323 | fn updated() -> ReconciledResult { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `persist` and `reconcile_node` are never used [INFO] [stdout] --> src/state/state.rs:336:12 [INFO] [stdout] | [INFO] [stdout] 332 | impl ClusterState { [INFO] [stdout] | ----------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 336 | pub fn persist(&self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 361 | pub fn reconcile_node(&mut self, node: &HostInfo) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `node` is never read [INFO] [stdout] --> src/state/state.rs:574:9 [INFO] [stdout] | [INFO] [stdout] 572 | pub struct MutCatalogueItem<'a> { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 573 | pub object: &'a mut ObjectListItem, [INFO] [stdout] 574 | pub node: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 15.37s [INFO] running `Command { std: "docker" "inspect" "e7fae88759d8a5ddac3a6c42f9e1f6321b32ce5b8cb22276aa678f857ebd019d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7fae88759d8a5ddac3a6c42f9e1f6321b32ce5b8cb22276aa678f857ebd019d", kill_on_drop: false }` [INFO] [stdout] e7fae88759d8a5ddac3a6c42f9e1f6321b32ce5b8cb22276aa678f857ebd019d [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 668f1d60359e49649530491de95cda617c6b68b653bc53c5cf88479da7a1ae33 [INFO] running `Command { std: "docker" "start" "-a" "668f1d60359e49649530491de95cda617c6b68b653bc53c5cf88479da7a1ae33", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/skatelet/skatelet.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | use std::panic::PanicInfo; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/skatelet/skatelet.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn log_panic(info: &PanicInfo) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `output` [INFO] [stderr] --> src/create/node.rs:122:28 [INFO] [stderr] | [INFO] [stderr] 122 | Ok(output) => { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_output` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/rollout.rs:104:29 [INFO] [stderr] | [INFO] [stderr] 104 | let (resource_type, name) = args.resource.parse()?; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `now` [INFO] [stderr] --> src/resource.rs:168:21 [INFO] [stderr] | [INFO] [stderr] 168 | let now = chrono::Utc::now().timestamp(); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_now` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `node` [INFO] [stderr] --> src/resource.rs:183:44 [INFO] [stderr] | [INFO] [stderr] 183 | res.into_iter().for_each(|(node, result)| { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/util.rs:222:15 [INFO] [stderr] | [INFO] [stderr] 222 | lock_file.unlock()?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] help: add `#![feature(file_lock)]` to the crate attributes to enable `std::fs::File::unlock` [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 + #![feature(file_lock)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `SshClient` [INFO] [stderr] --> src/resource.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | use crate::ssh::{SshClient, SshClients}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `SshClient` [INFO] [stderr] --> src/scheduler.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | use crate::ssh::{SshClient, SshClients}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::deps::SshManager` [INFO] [stderr] --> src/create/node.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use crate::deps::SshManager; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::ssh::SshClient` [INFO] [stderr] --> src/create.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use crate::ssh::SshClient; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::ssh::SshClient` [INFO] [stderr] --> src/delete.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use crate::ssh::SshClient; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SshClient` [INFO] [stderr] --> src/cordon.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::ssh::{SshClient}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SshClient` [INFO] [stderr] --> src/logs.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::ssh::{SshClient, SshClients}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `api_version_key` [INFO] [stderr] --> src/apply.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | let api_version_key = Value::String("apiVersion".to_owned()); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_version_key` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `kind_key` [INFO] [stderr] --> src/apply.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | let kind_key = Value::String("kind".to_owned()); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_kind_key` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mapping` [INFO] [stderr] --> src/apply.rs:103:35 [INFO] [stderr] | [INFO] [stderr] 103 | if let Value::Mapping(mapping) = &value { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mapping` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/ssh.rs:203:37 [INFO] [stderr] | [INFO] [stderr] 203 | ... Err(e) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `new_hash` [INFO] [stderr] --> src/scheduler.rs:185:13 [INFO] [stderr] | [INFO] [stderr] 185 | let new_hash = hash_k8s_resource(&mut ds); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `new_hash` [INFO] [stderr] --> src/scheduler.rs:340:13 [INFO] [stderr] | [INFO] [stderr] 340 | let new_hash = hash_k8s_resource(&mut d); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_hash` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `original_name` [INFO] [stderr] --> src/resource.rs:330:21 [INFO] [stderr] | [INFO] [stderr] 330 | let original_name = i.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `original_name` [INFO] [stderr] --> src/resource.rs:426:21 [INFO] [stderr] | [INFO] [stderr] 426 | let original_name = s.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `original_name` [INFO] [stderr] --> src/resource.rs:441:21 [INFO] [stderr] | [INFO] [stderr] 441 | let original_name = issuer.metadata.name.clone().unwrap_or("".to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_name` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cluster` [INFO] [stderr] --> src/test_helpers/ssh_mocks.rs:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `node` [INFO] [stderr] --> src/test_helpers/ssh_mocks.rs:10:53 [INFO] [stderr] | [INFO] [stderr] 10 | async fn node_connect(&self, cluster: &Cluster, node: &Node) -> Result, SshError> { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_node` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `cluster` [INFO] [stderr] --> src/test_helpers/ssh_mocks.rs:14:37 [INFO] [stderr] | [INFO] [stderr] 14 | async fn cluster_connect(&self, cluster: &Cluster) -> (Option, Option) { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cluster` [INFO] [stderr] [INFO] [stderr] warning: associated function `conf_path_str` is never used [INFO] [stderr] --> src/skatelet/dns.rs:52:8 [INFO] [stderr] | [INFO] [stderr] 50 | impl Dns { [INFO] [stderr] | ----------------------- associated function in this implementation [INFO] [stderr] 51 | [INFO] [stderr] 52 | fn conf_path_str() -> String { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `EQUAL_EMOJI` is never used [INFO] [stderr] --> src/util.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | pub const EQUAL_EMOJI: char = '~'; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `INFO_EMOJI` is never used [INFO] [stderr] --> src/util.rs:24:11 [INFO] [stderr] | [INFO] [stderr] 24 | pub const INFO_EMOJI: &str = "[i]"; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `TARGET` is never used [INFO] [stderr] --> src/util.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | pub const TARGET: &str = include_str!(concat!(env!("OUT_DIR"), "/../output")); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `updated` is never used [INFO] [stderr] --> src/state/state.rs:323:8 [INFO] [stderr] | [INFO] [stderr] 308 | impl ReconciledResult { [INFO] [stderr] | --------------------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 323 | fn updated() -> ReconciledResult { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `persist` and `reconcile_node` are never used [INFO] [stderr] --> src/state/state.rs:336:12 [INFO] [stderr] | [INFO] [stderr] 332 | impl ClusterState { [INFO] [stderr] | ----------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 336 | pub fn persist(&self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | pub fn reconcile_node(&mut self, node: &HostInfo) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `node` is never read [INFO] [stderr] --> src/state/state.rs:574:9 [INFO] [stderr] | [INFO] [stderr] 572 | pub struct MutCatalogueItem<'a> { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 573 | pub object: &'a mut ObjectListItem, [INFO] [stderr] 574 | pub node: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `node_state` is never used [INFO] [stderr] --> src/test_helpers/objects.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn node_state(name: &str) -> NodeState{ [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `with_pod` is never used [INFO] [stderr] --> src/test_helpers/objects.rs:56:8 [INFO] [stderr] | [INFO] [stderr] 55 | pub trait WithPod { [INFO] [stderr] | ------- method in this trait [INFO] [stderr] 56 | fn with_pod(self, pod: &Pod) -> Self; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SshClient` [INFO] [stderr] --> src/scheduler.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | use crate::ssh::{SshClient, SshClients}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `SshClient` [INFO] [stderr] --> src/resource.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | use crate::ssh::{SshClient, SshClients}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `skate` (lib) generated 35 warnings [INFO] [stderr] warning: `skate` (lib test) generated 33 warnings (31 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/skate-6c10d58462e364b5) [INFO] [stdout] running 8 tests [INFO] [stdout] test cron::tests::test_cron_to_systemd ... ok [INFO] [stdout] test scheduler::tests::test_plan_deployment_recreate ... ok [INFO] [stdout] test resource::tests::test_resource_type_from_str ... ok [INFO] [stdout] test scheduler::tests::test_plan_deployment_clean_slate_recreate ... ok [INFO] [stdout] test scheduler::tests::test_plan_deployment_rolling_update ... ok [INFO] [stdout] test util::tests::test_age ... ok [INFO] [stdout] test skate::tests::test_runs ... ok [INFO] [stdout] test github::tests::test_get_release ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- github::tests::test_get_release stdout ---- [INFO] [stdout] thread 'github::tests::test_get_release' panicked at src/github.rs:117:9: [INFO] [stdout] Some(reqwest::Error { kind: Request, url: "https://api.github.com/repos/skateco/skate/releases/latest", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }) [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5c6da4d5b47a - std::backtrace_rs::backtrace::libunwind::trace::h3dab7ffe210583a3 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5c6da4d5b47a - std::backtrace_rs::backtrace::trace_unsynchronized::h85ec3139dd4f9047 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5c6da4d5b47a - std::sys::backtrace::_print_fmt::h3447259688950eab [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5c6da4d5b47a - ::fmt::ha8d24a0f27cc401d [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5c6da4d88543 - core::fmt::rt::Argument::fmt::h650b92642f481125 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x5c6da4d88543 - core::fmt::write::h5becf96591c394eb [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/fmt/mod.rs:1437:21 [INFO] [stdout] 6: 0x5c6da4d56fb3 - std::io::Write::write_fmt::h61fb565ee25d88c6 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x5c6da4d5b2c2 - std::sys::backtrace::BacktraceLock::print::hae1dc20f39b0ae80 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5c6da4d5c8fe - std::panicking::default_hook::{{closure}}::hb3023fc9edf847a9 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:284:22 [INFO] [stdout] 9: 0x5c6da4d5c707 - std::panicking::default_hook::h271aee2d85880663 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:308:9 [INFO] [stdout] 10: 0x5c6da46a8f38 - as core::ops::function::Fn>::call::hbfe4f2a7834d388d [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 11: 0x5c6da46a8f38 - test::test_main::{{closure}}::hbb7d4fde4185abc5 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x5c6da4d5d118 - as core::ops::function::Fn>::call::hd4cbe0a9e8955cde [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/alloc/src/boxed.rs:1984:9 [INFO] [stdout] 13: 0x5c6da4d5d118 - std::panicking::rust_panic_with_hook::he05f4a167c1908ac [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:825:13 [INFO] [stdout] 14: 0x5c6da4d5cdca - std::panicking::begin_panic_handler::{{closure}}::h79780775730ab9df [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:690:13 [INFO] [stdout] 15: 0x5c6da4d5b949 - std::sys::backtrace::__rust_end_short_backtrace::h753217146a30d8a2 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x5c6da4d5ca5d - rust_begin_unwind [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:681:5 [INFO] [stdout] 17: 0x5c6da4d85e30 - core::panicking::panic_fmt::h9ad4c3d87a3eb4ad [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x5c6da4280c22 - skate::github::tests::test_get_release::{{closure}}::hefa29378d0bcdfa6 [INFO] [stdout] at /opt/rustwide/workdir/src/github.rs:117:9 [INFO] [stdout] 19: 0x5c6da41f6ad2 - as core::future::future::Future>::poll::hdd6d21cad9ef1481 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/future/future.rs:124:9 [INFO] [stdout] 20: 0x5c6da41f6a0d - as core::future::future::Future>::poll::ha6a2656a5c525125 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/future/future.rs:124:9 [INFO] [stdout] 21: 0x5c6da4163cdf - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd021523f8ab0ed40 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:57 [INFO] [stdout] 22: 0x5c6da4163bd5 - tokio::runtime::coop::with_budget::h8f394e095ee67133 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 23: 0x5c6da4163bd5 - tokio::runtime::coop::budget::h9f4bbbed7ec1287a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 24: 0x5c6da4163bd5 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h62d09d3ad922fc1b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25 [INFO] [stdout] 25: 0x5c6da4161820 - tokio::runtime::scheduler::current_thread::Context::enter::hd8c35251879105c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19 [INFO] [stdout] 26: 0x5c6da416328e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hcaa812d4f9aa6650 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:36 [INFO] [stdout] 27: 0x5c6da41626e4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3170f67abbacb8c4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68 [INFO] [stdout] 28: 0x5c6da402a99b - tokio::runtime::context::scoped::Scoped::set::h6db8d232a29ef5fe [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 29: 0x5c6da3f65859 - tokio::runtime::context::set_scheduler::{{closure}}::ha5224f8431923adc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:26 [INFO] [stdout] 30: 0x5c6da4004522 - std::thread::local::LocalKey::try_with::hdc713b303e45cbee [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/thread/local.rs:308:12 [INFO] [stdout] 31: 0x5c6da40036ba - std::thread::local::LocalKey::with::h70627489da806413 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/thread/local.rs:272:9 [INFO] [stdout] 32: 0x5c6da3f657cd - tokio::runtime::context::set_scheduler::hf7223e8817850245 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:9 [INFO] [stdout] 33: 0x5c6da4162490 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hcbad740a00f76e09 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27 [INFO] [stdout] 34: 0x5c6da4162783 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2c12a76955c04fb4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:19 [INFO] [stdout] 35: 0x5c6da416098f - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he51446a7f4fc2251 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:28 [INFO] [stdout] 36: 0x5c6da427be26 - tokio::runtime::context::runtime::enter_runtime::h830e23b3637b3865 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 37: 0x5c6da4160281 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd5962532949ef9be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9 [INFO] [stdout] 38: 0x5c6da3fc9d33 - tokio::runtime::runtime::Runtime::block_on_inner::h94b08bd3f28523b8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:47 [INFO] [stdout] 39: 0x5c6da3fca037 - tokio::runtime::runtime::Runtime::block_on::h0281ffed57020fe3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:13 [INFO] [stdout] 40: 0x5c6da4280601 - skate::github::tests::test_get_release::h13aacea595bd58b2 [INFO] [stdout] at /opt/rustwide/workdir/src/github.rs:123:9 [INFO] [stdout] 41: 0x5c6da42804a7 - skate::github::tests::test_get_release::{{closure}}::hf163a87cc4c55fe4 [INFO] [stdout] at /opt/rustwide/workdir/src/github.rs:113:32 [INFO] [stdout] 42: 0x5c6da4006356 - core::ops::function::FnOnce::call_once::h150fa5777d8ef96f [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5c6da46adb7b - core::ops::function::FnOnce::call_once::h651e3187cb632f8b [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5c6da46adb7b - test::__rust_begin_short_backtrace::hf087c08482082584 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/test/src/lib.rs:632:18 [INFO] [stdout] 45: 0x5c6da46ad489 - test::run_test_in_process::{{closure}}::h028b11125eb38b18 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/test/src/lib.rs:655:60 [INFO] [stdout] 46: 0x5c6da46ad489 - as core::ops::function::FnOnce<()>>::call_once::h8a69fc59e5c0ffcd [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 47: 0x5c6da46ad489 - std::panicking::try::do_call::h53d2549af1773521 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:573:40 [INFO] [stdout] 48: 0x5c6da46ad489 - std::panicking::try::h327579c208c8ae37 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:536:19 [INFO] [stdout] 49: 0x5c6da46ad489 - std::panic::catch_unwind::hae7e4a4da155a27e [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panic.rs:358:14 [INFO] [stdout] 50: 0x5c6da46ad489 - test::run_test_in_process::hef0a7b0ac1ee3437 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/test/src/lib.rs:655:27 [INFO] [stdout] 51: 0x5c6da46ad489 - test::run_test::{{closure}}::h007633ec4ae045b1 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/test/src/lib.rs:576:43 [INFO] [stdout] 52: 0x5c6da46701fa - test::run_test::{{closure}}::hf3a8c9852b545b46 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/test/src/lib.rs:606:41 [INFO] [stdout] 53: 0x5c6da46701fa - std::sys::backtrace::__rust_begin_short_backtrace::ha442d5d7942f6ee9 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 54: 0x5c6da4673c66 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc8fd461cdc84b676 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/thread/mod.rs:561:17 [INFO] [stdout] 55: 0x5c6da4673c66 - as core::ops::function::FnOnce<()>>::call_once::h5a459cc955f063ed [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 56: 0x5c6da4673c66 - std::panicking::try::do_call::hc249aed3a6c9c972 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:573:40 [INFO] [stdout] 57: 0x5c6da4673c66 - std::panicking::try::h649add41232b7ab3 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panicking.rs:536:19 [INFO] [stdout] 58: 0x5c6da4673c66 - std::panic::catch_unwind::h2fd522623ccd57b0 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/panic.rs:358:14 [INFO] [stdout] 59: 0x5c6da4673c66 - std::thread::Builder::spawn_unchecked_::{{closure}}::h685de412d0d20b6b [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/thread/mod.rs:559:30 [INFO] [stdout] 60: 0x5c6da4673c66 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf3391e711cf5434d [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 61: 0x5c6da4d6185b - as core::ops::function::FnOnce>::call_once::hc98bb0f9729b604d [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 62: 0x5c6da4d6185b - as core::ops::function::FnOnce>::call_once::h3b479d8e9f1fef9f [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/alloc/src/boxed.rs:1970:9 [INFO] [stdout] 63: 0x5c6da4d6185b - std::sys::pal::unix::thread::Thread::new::thread_start::he3d5da9652362070 [INFO] [stdout] at /rustc/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 64: 0x7e01beb5eac3 - [INFO] [stdout] 65: 0x7e01bebefa04 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] github::tests::test_get_release [INFO] [stdout] [INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "668f1d60359e49649530491de95cda617c6b68b653bc53c5cf88479da7a1ae33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "668f1d60359e49649530491de95cda617c6b68b653bc53c5cf88479da7a1ae33", kill_on_drop: false }` [INFO] [stdout] 668f1d60359e49649530491de95cda617c6b68b653bc53c5cf88479da7a1ae33