[INFO] cloning repository https://github.com/jokeyrhyme/dotfiles-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jokeyrhyme/dotfiles-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjokeyrhyme%2Fdotfiles-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjokeyrhyme%2Fdotfiles-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e723ee271675ba783e15e608164813a4a136efb [INFO] testing jokeyrhyme/dotfiles-rs against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjokeyrhyme%2Fdotfiles-rs" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jokeyrhyme/dotfiles-rs on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/rust-toolchain [INFO] started tweaking git repo https://github.com/jokeyrhyme/dotfiles-rs [INFO] finished tweaking git repo https://github.com/jokeyrhyme/dotfiles-rs [INFO] tweaked toml for git repo https://github.com/jokeyrhyme/dotfiles-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jokeyrhyme/dotfiles-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mktemp v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f2473f53e81df492d3ae191bea6140a40a88b5e90600ea87bfc861d31eb2c98 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5f2473f53e81df492d3ae191bea6140a40a88b5e90600ea87bfc861d31eb2c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f2473f53e81df492d3ae191bea6140a40a88b5e90600ea87bfc861d31eb2c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f2473f53e81df492d3ae191bea6140a40a88b5e90600ea87bfc861d31eb2c98", kill_on_drop: false }` [INFO] [stdout] 5f2473f53e81df492d3ae191bea6140a40a88b5e90600ea87bfc861d31eb2c98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 428cb35fbf5725e1ba4d8729b2407e4e444f8b17d321632812ab083a76e12303 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "428cb35fbf5725e1ba4d8729b2407e4e444f8b17d321632812ab083a76e12303", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Compiling libflate_lz77 v1.0.0 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling bzip2-sys v0.1.8+1.0.8 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling subprocess v0.2.6 [INFO] [stderr] Compiling aho-corasick v0.7.9 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling libflate v1.0.3 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling tar v0.4.30 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling tokio v0.2.13 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling mktemp v0.4.0 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.2.2 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling zip v0.5.8 [INFO] [stderr] Compiling which v4.0.2 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling hyper v0.13.6 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling jokeyrhyme-dotfiles v0.38.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `zip::read::ZipFile::<'a>::sanitized_name`: by stripping `..`s from the path, the meaning of paths can change. [INFO] [stdout] You must use a sanitization strategy that's appropriate for your input [INFO] [stdout] --> src/utils/archive.rs:98:32 [INFO] [stdout] | [INFO] [stdout] 98 | let entry_path = entry.sanitized_name(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/atlantis.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | GHRA_TASK.sync() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(const_item_mutation)]` on by default [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/atlantis.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "atlantis", [INFO] [stdout] 23 | | repo: ("runatlantis", "atlantis"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/atlantis.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | GHRA_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/atlantis.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "atlantis", [INFO] [stdout] 23 | | repo: ("runatlantis", "atlantis"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/bazel.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/bazel.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "bazel", [INFO] [stdout] 23 | | repo: ("bazelbuild", "bazel"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/dep.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/dep.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 19 | | asset_filter, [INFO] [stdout] 20 | | command: "dep", [INFO] [stdout] 21 | | repo: ("golang", "dep"), [INFO] [stdout] 22 | | trim_version, [INFO] [stdout] 23 | | version_arg: "version", [INFO] [stdout] 24 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/gitleaks.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/gitleaks.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "gitleaks", [INFO] [stdout] 25 | | repo: ("zricethezav", "gitleaks"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "--version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/gitsizer.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | GHRA_TASK.sync() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/gitsizer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "git-sizer", [INFO] [stdout] 23 | | repo: ("github", "git-sizer"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "--version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/gitsizer.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | GHRA_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/gitsizer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "git-sizer", [INFO] [stdout] 23 | | repo: ("github", "git-sizer"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "--version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/hadolint.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/hadolint.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "hadolint", [INFO] [stdout] 25 | | repo: ("hadolint", "hadolint"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "--version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/jq.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/jq.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 20 | | asset_filter, [INFO] [stdout] 21 | | command: "jq", [INFO] [stdout] 22 | | repo: ("stedolan", "jq"), [INFO] [stdout] 23 | | trim_version, [INFO] [stdout] 24 | | version_arg: "--version", [INFO] [stdout] 25 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/minikube.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/minikube.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "minikube", [INFO] [stdout] 23 | | repo: ("kubernetes", "minikube"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/shfmt.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/shfmt.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 19 | | asset_filter, [INFO] [stdout] 20 | | command: "shfmt", [INFO] [stdout] 21 | | repo: ("mvdan", "sh"), [INFO] [stdout] 22 | | trim_version, [INFO] [stdout] 23 | | version_arg: "--version", [INFO] [stdout] 24 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/skaffold.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/skaffold.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "skaffold", [INFO] [stdout] 25 | | repo: ("GoogleCloudPlatform", "skaffold"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/vale.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | GHRA_TASK.sync() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/vale.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 20 | | asset_filter, [INFO] [stdout] 21 | | command: "vale", [INFO] [stdout] 22 | | repo: ("errata-ai", "vale"), [INFO] [stdout] 23 | | trim_version, [INFO] [stdout] 24 | | version_arg: "--version", [INFO] [stdout] 25 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/vale.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | GHRA_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/vale.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 20 | | asset_filter, [INFO] [stdout] 21 | | command: "vale", [INFO] [stdout] 22 | | repo: ("errata-ai", "vale"), [INFO] [stdout] 23 | | trim_version, [INFO] [stdout] 24 | | version_arg: "--version", [INFO] [stdout] 25 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/yq.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/yq.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "yq", [INFO] [stdout] 25 | | repo: ("mikefarah", "yq"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "--version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/tasks/npm.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Package` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tasks/npm.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/tasks/npm.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | version: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Package` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tasks/npm.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/utils/github.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | state: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Asset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/github.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Clone, Debug, Deserialize)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `updated_at` [INFO] [stdout] --> src/utils/github.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | updated_at: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Asset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/github.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Clone, Debug, Deserialize)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 13s [INFO] running `Command { std: "docker" "inspect" "428cb35fbf5725e1ba4d8729b2407e4e444f8b17d321632812ab083a76e12303", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "428cb35fbf5725e1ba4d8729b2407e4e444f8b17d321632812ab083a76e12303", kill_on_drop: false }` [INFO] [stdout] 428cb35fbf5725e1ba4d8729b2407e4e444f8b17d321632812ab083a76e12303 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfe9df6267cd6dd5b92c16b82e8fec4a63103afb471d82ae7c40f06756f6ddfa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cfe9df6267cd6dd5b92c16b82e8fec4a63103afb471d82ae7c40f06756f6ddfa", kill_on_drop: false }` [INFO] [stderr] Compiling jokeyrhyme-dotfiles v0.38.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `zip::read::ZipFile::<'a>::sanitized_name`: by stripping `..`s from the path, the meaning of paths can change. [INFO] [stdout] You must use a sanitization strategy that's appropriate for your input [INFO] [stdout] --> src/utils/archive.rs:98:32 [INFO] [stdout] | [INFO] [stdout] 98 | let entry_path = entry.sanitized_name(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/atlantis.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | GHRA_TASK.sync() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(const_item_mutation)]` on by default [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/atlantis.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "atlantis", [INFO] [stdout] 23 | | repo: ("runatlantis", "atlantis"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/atlantis.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | GHRA_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/atlantis.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "atlantis", [INFO] [stdout] 23 | | repo: ("runatlantis", "atlantis"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/bazel.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/bazel.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "bazel", [INFO] [stdout] 23 | | repo: ("bazelbuild", "bazel"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/dep.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/dep.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 19 | | asset_filter, [INFO] [stdout] 20 | | command: "dep", [INFO] [stdout] 21 | | repo: ("golang", "dep"), [INFO] [stdout] 22 | | trim_version, [INFO] [stdout] 23 | | version_arg: "version", [INFO] [stdout] 24 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/gitleaks.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/gitleaks.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "gitleaks", [INFO] [stdout] 25 | | repo: ("zricethezav", "gitleaks"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "--version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/gitsizer.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | GHRA_TASK.sync() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/gitsizer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "git-sizer", [INFO] [stdout] 23 | | repo: ("github", "git-sizer"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "--version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/gitsizer.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | GHRA_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/gitsizer.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "git-sizer", [INFO] [stdout] 23 | | repo: ("github", "git-sizer"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "--version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/hadolint.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/hadolint.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "hadolint", [INFO] [stdout] 25 | | repo: ("hadolint", "hadolint"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "--version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/jq.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/jq.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 20 | | asset_filter, [INFO] [stdout] 21 | | command: "jq", [INFO] [stdout] 22 | | repo: ("stedolan", "jq"), [INFO] [stdout] 23 | | trim_version, [INFO] [stdout] 24 | | version_arg: "--version", [INFO] [stdout] 25 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/minikube.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/minikube.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 21 | | asset_filter, [INFO] [stdout] 22 | | command: "minikube", [INFO] [stdout] 23 | | repo: ("kubernetes", "minikube"), [INFO] [stdout] 24 | | trim_version, [INFO] [stdout] 25 | | version_arg: "version", [INFO] [stdout] 26 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/shfmt.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/shfmt.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 19 | | asset_filter, [INFO] [stdout] 20 | | command: "shfmt", [INFO] [stdout] 21 | | repo: ("mvdan", "sh"), [INFO] [stdout] 22 | | trim_version, [INFO] [stdout] 23 | | version_arg: "--version", [INFO] [stdout] 24 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/skaffold.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/skaffold.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "skaffold", [INFO] [stdout] 25 | | repo: ("GoogleCloudPlatform", "skaffold"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/vale.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | GHRA_TASK.sync() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/vale.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 20 | | asset_filter, [INFO] [stdout] 21 | | command: "vale", [INFO] [stdout] 22 | | repo: ("errata-ai", "vale"), [INFO] [stdout] 23 | | trim_version, [INFO] [stdout] 24 | | version_arg: "--version", [INFO] [stdout] 25 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/vale.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | GHRA_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghratask.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/vale.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stdout] 20 | | asset_filter, [INFO] [stdout] 21 | | command: "vale", [INFO] [stdout] 22 | | repo: ("errata-ai", "vale"), [INFO] [stdout] 23 | | trim_version, [INFO] [stdout] 24 | | version_arg: "--version", [INFO] [stdout] 25 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/tasks/yq.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | GHR_TASK.update(sync) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/lib/ghrtask.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/tasks/yq.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stdout] 23 | | asset_filter, [INFO] [stdout] 24 | | command: "yq", [INFO] [stdout] 25 | | repo: ("mikefarah", "yq"), [INFO] [stdout] 26 | | trim_version, [INFO] [stdout] 27 | | version_arg: "--version", [INFO] [stdout] 28 | | }; [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/tasks/npm.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Package` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tasks/npm.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/tasks/npm.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | version: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Package` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tasks/npm.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/utils/github.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | state: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Asset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/github.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Clone, Debug, Deserialize)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `updated_at` [INFO] [stdout] --> src/utils/github.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | updated_at: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Asset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/utils/github.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Clone, Debug, Deserialize)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/utils/git.rs:93:56 [INFO] [stdout] | [INFO] [stdout] 93 | assert!(path_is_git_repository(&project_path), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 93 | assert!(path_is_git_repository(&project_path), "{}", true); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/utils/git.rs:108:53 [INFO] [stdout] | [INFO] [stdout] 108 | assert!(path_is_git_repository(&temp_path), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 108 | assert!(path_is_git_repository(&temp_path), "{}", true); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 15.78s [INFO] running `Command { std: "docker" "inspect" "cfe9df6267cd6dd5b92c16b82e8fec4a63103afb471d82ae7c40f06756f6ddfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfe9df6267cd6dd5b92c16b82e8fec4a63103afb471d82ae7c40f06756f6ddfa", kill_on_drop: false }` [INFO] [stdout] cfe9df6267cd6dd5b92c16b82e8fec4a63103afb471d82ae7c40f06756f6ddfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a32c45ce595c407e5294aea6321bc391b38297b89bc21567b33ffeebc8a4a528 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a32c45ce595c407e5294aea6321bc391b38297b89bc21567b33ffeebc8a4a528", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `zip::read::ZipFile::<'a>::sanitized_name`: by stripping `..`s from the path, the meaning of paths can change. [INFO] [stderr] You must use a sanitization strategy that's appropriate for your input [INFO] [stderr] --> src/utils/archive.rs:98:32 [INFO] [stderr] | [INFO] [stderr] 98 | let entry_path = entry.sanitized_name(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/atlantis.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | GHRA_TASK.sync() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(const_item_mutation)]` on by default [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghratask.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/atlantis.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stderr] 21 | | asset_filter, [INFO] [stderr] 22 | | command: "atlantis", [INFO] [stderr] 23 | | repo: ("runatlantis", "atlantis"), [INFO] [stderr] 24 | | trim_version, [INFO] [stderr] 25 | | version_arg: "version", [INFO] [stderr] 26 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/atlantis.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | GHRA_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghratask.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/atlantis.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stderr] 21 | | asset_filter, [INFO] [stderr] 22 | | command: "atlantis", [INFO] [stderr] 23 | | repo: ("runatlantis", "atlantis"), [INFO] [stderr] 24 | | trim_version, [INFO] [stderr] 25 | | version_arg: "version", [INFO] [stderr] 26 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/bazel.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/bazel.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 21 | | asset_filter, [INFO] [stderr] 22 | | command: "bazel", [INFO] [stderr] 23 | | repo: ("bazelbuild", "bazel"), [INFO] [stderr] 24 | | trim_version, [INFO] [stderr] 25 | | version_arg: "version", [INFO] [stderr] 26 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/dep.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/dep.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 19 | | asset_filter, [INFO] [stderr] 20 | | command: "dep", [INFO] [stderr] 21 | | repo: ("golang", "dep"), [INFO] [stderr] 22 | | trim_version, [INFO] [stderr] 23 | | version_arg: "version", [INFO] [stderr] 24 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/gitleaks.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/gitleaks.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 23 | | asset_filter, [INFO] [stderr] 24 | | command: "gitleaks", [INFO] [stderr] 25 | | repo: ("zricethezav", "gitleaks"), [INFO] [stderr] 26 | | trim_version, [INFO] [stderr] 27 | | version_arg: "--version", [INFO] [stderr] 28 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/gitsizer.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | GHRA_TASK.sync() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghratask.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/gitsizer.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stderr] 21 | | asset_filter, [INFO] [stderr] 22 | | command: "git-sizer", [INFO] [stderr] 23 | | repo: ("github", "git-sizer"), [INFO] [stderr] 24 | | trim_version, [INFO] [stderr] 25 | | version_arg: "--version", [INFO] [stderr] 26 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/gitsizer.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | GHRA_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghratask.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/gitsizer.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stderr] 21 | | asset_filter, [INFO] [stderr] 22 | | command: "git-sizer", [INFO] [stderr] 23 | | repo: ("github", "git-sizer"), [INFO] [stderr] 24 | | trim_version, [INFO] [stderr] 25 | | version_arg: "--version", [INFO] [stderr] 26 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/hadolint.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/hadolint.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 23 | | asset_filter, [INFO] [stderr] 24 | | command: "hadolint", [INFO] [stderr] 25 | | repo: ("hadolint", "hadolint"), [INFO] [stderr] 26 | | trim_version, [INFO] [stderr] 27 | | version_arg: "--version", [INFO] [stderr] 28 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/jq.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/jq.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 20 | | asset_filter, [INFO] [stderr] 21 | | command: "jq", [INFO] [stderr] 22 | | repo: ("stedolan", "jq"), [INFO] [stderr] 23 | | trim_version, [INFO] [stderr] 24 | | version_arg: "--version", [INFO] [stderr] 25 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/minikube.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/minikube.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 21 | | asset_filter, [INFO] [stderr] 22 | | command: "minikube", [INFO] [stderr] 23 | | repo: ("kubernetes", "minikube"), [INFO] [stderr] 24 | | trim_version, [INFO] [stderr] 25 | | version_arg: "version", [INFO] [stderr] 26 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/shfmt.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/shfmt.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 19 | | asset_filter, [INFO] [stderr] 20 | | command: "shfmt", [INFO] [stderr] 21 | | repo: ("mvdan", "sh"), [INFO] [stderr] 22 | | trim_version, [INFO] [stderr] 23 | | version_arg: "--version", [INFO] [stderr] 24 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/skaffold.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/skaffold.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 23 | | asset_filter, [INFO] [stderr] 24 | | command: "skaffold", [INFO] [stderr] 25 | | repo: ("GoogleCloudPlatform", "skaffold"), [INFO] [stderr] 26 | | trim_version, [INFO] [stderr] 27 | | version_arg: "version", [INFO] [stderr] 28 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/vale.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | GHRA_TASK.sync() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghratask.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn sync(&mut self) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/vale.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stderr] 20 | | asset_filter, [INFO] [stderr] 21 | | command: "vale", [INFO] [stderr] 22 | | repo: ("errata-ai", "vale"), [INFO] [stderr] 23 | | trim_version, [INFO] [stderr] 24 | | version_arg: "--version", [INFO] [stderr] 25 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/vale.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | GHRA_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghratask.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/vale.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / const GHRA_TASK: GHRATask = GHRATask { [INFO] [stderr] 20 | | asset_filter, [INFO] [stderr] 21 | | command: "vale", [INFO] [stderr] 22 | | repo: ("errata-ai", "vale"), [INFO] [stderr] 23 | | trim_version, [INFO] [stderr] 24 | | version_arg: "--version", [INFO] [stderr] 25 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: taking a mutable reference to a `const` item [INFO] [stderr] --> src/tasks/yq.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | GHR_TASK.update(sync) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: each usage of a `const` item creates a new temporary [INFO] [stderr] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stderr] note: mutable reference created due to call to this method [INFO] [stderr] --> src/lib/ghrtask.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn update(&mut self, sync: Status) -> task::Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `const` item defined here [INFO] [stderr] --> src/tasks/yq.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / const GHR_TASK: GHRTask = GHRTask { [INFO] [stderr] 23 | | asset_filter, [INFO] [stderr] 24 | | command: "yq", [INFO] [stderr] 25 | | repo: ("mikefarah", "yq"), [INFO] [stderr] 26 | | trim_version, [INFO] [stderr] 27 | | version_arg: "--version", [INFO] [stderr] 28 | | }; [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/tasks/npm.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Package` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/tasks/npm.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `version` [INFO] [stderr] --> src/tasks/npm.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | version: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Package` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/tasks/npm.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `state` [INFO] [stderr] --> src/utils/github.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | state: String, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Asset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/utils/github.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Debug, Deserialize)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `updated_at` [INFO] [stderr] --> src/utils/github.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | updated_at: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Asset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/utils/github.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Debug, Deserialize)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/utils/git.rs:93:56 [INFO] [stderr] | [INFO] [stderr] 93 | assert!(path_is_git_repository(&project_path), true); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 93 | assert!(path_is_git_repository(&project_path), "{}", true); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/utils/git.rs:108:53 [INFO] [stderr] | [INFO] [stderr] 108 | assert!(path_is_git_repository(&temp_path), true); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 108 | assert!(path_is_git_repository(&temp_path), "{}", true); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `jokeyrhyme-dotfiles` (bin "jokeyrhyme-dotfiles" test) generated 22 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jokeyrhyme_dotfiles-3b44037741462b4b) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test lib::env::tests::to_bash ... ok [INFO] [stdout] test lib::cargo::tests::test_parse_installed ... ok [INFO] [stdout] test lib::brew::tests::brew_exe_does_not_panic ... ok [INFO] [stdout] test lib::env::tests::to_fish ... ok [INFO] [stdout] test lib::env::tests::to_zsh ... ok [INFO] [stdout] test lib::favourites::tests::cull_and_status_works ... ok [INFO] [stdout] test lib::favourites::tests::diff_before_after_works ... ok [INFO] [stdout] test lib::favourites::tests::missing_filters_correctly ... ok [INFO] [stdout] test lib::favourites::tests::surplus_filters_correctly ... ok [INFO] [stdout] test lib::ssh::fields::tests::yesno_to_from_str ... ok [INFO] [stdout] test lib::goget::tests::found_finds_goimports ... ok [INFO] [stdout] test lib::ssh::fields::tests::yesnoask_to_from_str ... ok [INFO] [stdout] test lib::favourites::tests::fill_and_status_works ... ok [INFO] [stdout] test lib::goget::tests::found_does_not_find_missing ... ok [INFO] [stdout] test lib::ssh::fields::tests::duration_to_from_str ... ok [INFO] [stdout] test tasks::git::test::extract_commands_from_strings ... ok [INFO] [stdout] test lib::pip::tests::pippackages_from_string ... ok [INFO] [stdout] test lib::ssh::fields::tests::yesnoaskautoautoask_to_from_str ... ok [INFO] [stdout] test tasks::git::test::parse_config_toml ... ok [INFO] [stdout] test tasks::tests::sequence_lists_all_tasks ... ok [INFO] [stdout] test tasks::tests::mapping_maps_all_tasks ... ok [INFO] [stdout] test tasks::minikube::tests::trim_version_output ... ok [INFO] [stdout] test lib::ssh::fields::tests::yesnoduration_to_from_str ... ok [INFO] [stdout] test utils::archive::tests::extract_fixture_foo_txt_gz ... ok [INFO] [stdout] test utils::fs::tests::check_cargo_manifest_dir ... ok [INFO] [stdout] test utils::fs::tests::check_cargo ... ok [INFO] [stdout] test utils::env::tests::test_home_dir ... ok [INFO] [stdout] test utils::archive::tests::extract_fixture_foo_txt_zip ... ok [INFO] [stdout] test utils::archive::tests::extract_fixture_foo_txt_tar ... ok [INFO] [stdout] test utils::github::tests::parse_releases_json_works ... ok [INFO] [stdout] test tasks::ssh::tests::is_blacklist_supported_by_versions ... ok [INFO] [stdout] test utils::golang::tests::os_is_not_macos ... ok [INFO] [stdout] test lib::python::tests::which_v2_does_not_find_v3 ... ok [INFO] [stdout] test utils::nodejs::tests::arch_is_not_x86_64 ... ok [INFO] [stdout] test lib::version::tests::is_stable_versions ... ok [INFO] [stdout] test lib::cache::tests::url_metadata_path_works ... ok [INFO] [stdout] test lib::cache::tests::url_filename_does_not_include_credentials ... ok [INFO] [stdout] test utils::nodejs::tests::os_is_not_macos_or_windows ... ok [INFO] [stdout] test utils::golang::tests::arch_is_not_x86_64 ... ok [INFO] [stdout] test utils::ssh::tests::bitor_merges_configs ... ok [INFO] [stdout] test lib::cache::tests::url_filename_truncates_and_hashes_long_inputs ... ok [INFO] [stdout] test utils::ssh::tests::config_from_string ... ok [INFO] [stdout] test utils::ssh::tests::string_from_config ... ok [INFO] [stdout] test lib::python::tests::which_v3_is_different_to_which_v2 ... ok [INFO] [stdout] test utils::git::tests::has_is_true_for_unix ... ok [INFO] [stdout] test utils::process::tests::command_spawn_wait_does_not_exist ... ok [INFO] [stderr] Cloning into '/tmp/edb473682a5f46268709d5d9a2d9a410'... [INFO] [stdout] test utils::git::tests::path_is_git_repository_here ... ok [INFO] [stdout] test utils::nodejs::tests::latest_version_found ... FAILED [INFO] [stdout] test utils::http::tests::fetch_page ... FAILED [INFO] [stdout] test utils::github::tests::latest_release_github_hub ... FAILED [INFO] [stdout] test utils::golang::tests::latest_version_found ... FAILED [INFO] [stdout] test utils::github::tests::fetch_tags_github_hub ... FAILED [INFO] [stdout] test tasks::rust::tests::test_cargo_latest_version ... FAILED [INFO] [stdout] test tasks::ssh::tests::ssh_version_is_not_blank ... ok [INFO] [stderr] warning: --depth is ignored in local clones; use file:// instead. [INFO] [stderr] done. [INFO] [stdout] cargo 1.60.0-beta.1 (ea2a21c 2022-02-15) [INFO] [stdout] test utils::process::tests::command_spawn_wait_cargo_version ... ok [INFO] [stdout] test utils::process::tests::command_output_cargo_version ... ok [INFO] [stdout] HEAD is now at 8e723ee Update README.md [INFO] [stdout] test utils::git::tests::shallow_clone_and_shallow_fetch ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- utils::nodejs::tests::latest_version_found stdout ---- [INFO] [stdout] thread 'utils::nodejs::tests::latest_version_found' panicked at 'must fetch: Custom { kind: Other, error: "reqwest::Error { kind: Request, url: \"https://nodejs.org/dist/index.json\", source: hyper::Error(Connect, ConnectError(\"dns error\", Custom { kind: Uncategorized, error: \"failed to lookup address information: Temporary failure in name resolution\" })) }" }', src/utils/nodejs.rs:142:40 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56059a070cac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56059a070cac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56059a070cac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56059a070cac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56059a09a87c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56059a069128 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56059a073287 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56059a073287 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56059a073287 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56059a072fbb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56059a0739da - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56059a0736c7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56059a071174 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56059a0733d9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5605997e18d3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5605997e19c3 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x5605998713e5 - core::result::Result::expect::h09d13a024c65389d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x560599805110 - jokeyrhyme_dotfiles::utils::nodejs::tests::latest_version_found::hc30b15107f96fcee [INFO] [stdout] at /opt/rustwide/workdir/src/utils/nodejs.rs:142:23 [INFO] [stdout] 18: 0x5605998050ca - jokeyrhyme_dotfiles::utils::nodejs::tests::latest_version_found::{{closure}}::h0434681fcad90cbd [INFO] [stdout] at /opt/rustwide/workdir/src/utils/nodejs.rs:141:5 [INFO] [stdout] 19: 0x5605999339fe - core::ops::function::FnOnce::call_once::hdcd47090c8f5a44a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560599a7eef3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560599a7eef3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x560599a7dc21 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x560599a7dc21 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560599a7dc21 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560599a7dc21 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560599a7dc21 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560599a7dc21 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x560599a7dc21 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x560599a87501 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x560599a87501 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560599a53c5f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560599a53c5f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560599a53c5f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560599a53c5f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560599a53c5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56059a07ba43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3ff3fbe609 - start_thread [INFO] [stdout] 42: 0x7f3ff3d94293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- utils::http::tests::fetch_page stdout ---- [INFO] [stdout] thread 'utils::http::tests::fetch_page' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "reqwest::Error { kind: Request, url: \"https://github.com/jokeyrhyme/dotfiles-rs\", source: hyper::Error(Connect, ConnectError(\"dns error\", Custom { kind: Uncategorized, error: \"failed to lookup address information: Temporary failure in name resolution\" })) }" }', src/utils/http.rs:107:42 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56059a070cac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56059a070cac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56059a070cac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56059a070cac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56059a09a87c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56059a069128 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56059a073287 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56059a073287 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56059a073287 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56059a072fbb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56059a0739da - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56059a0736c7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56059a071174 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56059a0733d9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5605997e18d3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5605997e19c3 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x560599aa39b9 - core::result::Result::unwrap::hbebc64a5916d6cba [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x56059982b87b - jokeyrhyme_dotfiles::utils::http::tests::fetch_page::h2dcb7b8f8d7bcb17 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/http.rs:107:23 [INFO] [stdout] 18: 0x56059982b7ba - jokeyrhyme_dotfiles::utils::http::tests::fetch_page::{{closure}}::h4ad9854e6181d334 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/http.rs:105:5 [INFO] [stdout] 19: 0x5605999326ee - core::ops::function::FnOnce::call_once::h185891c48801d291 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560599a7eef3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560599a7eef3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x560599a7dc21 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x560599a7dc21 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560599a7dc21 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560599a7dc21 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560599a7dc21 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560599a7dc21 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x560599a7dc21 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x560599a87501 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x560599a87501 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560599a53c5f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560599a53c5f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560599a53c5f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560599a53c5f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560599a53c5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56059a07ba43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3ff3fbe609 - start_thread [INFO] [stdout] 42: 0x7f3ff3d94293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- utils::github::tests::latest_release_github_hub stdout ---- [INFO] [stdout] thread 'utils::github::tests::latest_release_github_hub' panicked at 'must fetch: IoError("", Custom { kind: Other, error: "reqwest::Error { kind: Request, url: \"https://api.github.com/repos/github/hub/releases\", source: hyper::Error(Connect, ConnectError(\"dns error\", Custom { kind: Uncategorized, error: \"failed to lookup address information: Temporary failure in name resolution\" })) }" })', src/utils/github.rs:262:55 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56059a070cac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56059a070cac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56059a070cac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56059a070cac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56059a09a87c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56059a069128 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56059a073287 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56059a073287 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56059a073287 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56059a072fbb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56059a0739da - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56059a0736c7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56059a071174 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56059a0733d9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5605997e18d3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5605997e19c3 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x56059987188e - core::result::Result::expect::h484da5f7247790c7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x5605999463da - jokeyrhyme_dotfiles::utils::github::tests::latest_release_github_hub::h444e8a771bd3845a [INFO] [stdout] at /opt/rustwide/workdir/src/utils/github.rs:262:23 [INFO] [stdout] 18: 0x56059994636a - jokeyrhyme_dotfiles::utils::github::tests::latest_release_github_hub::{{closure}}::h6cc913b241aef12a [INFO] [stdout] at /opt/rustwide/workdir/src/utils/github.rs:261:5 [INFO] [stdout] 19: 0x5605999330ae - core::ops::function::FnOnce::call_once::h8415a17b717cffbd [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560599a7eef3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560599a7eef3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x560599a7dc21 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x560599a7dc21 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560599a7dc21 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560599a7dc21 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560599a7dc21 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560599a7dc21 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x560599a7dc21 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x560599a87501 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x560599a87501 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560599a53c5f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560599a53c5f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560599a53c5f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560599a53c5f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560599a53c5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56059a07ba43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3ff3fbe609 - start_thread [INFO] [stdout] 42: 0x7f3ff3d94293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- utils::golang::tests::latest_version_found stdout ---- [INFO] [stdout] thread 'utils::golang::tests::latest_version_found' panicked at 'called `Result::unwrap()` on an `Err` value: GitHub("", IoError("", Custom { kind: Other, error: "reqwest::Error { kind: Request, url: \"https://api.github.com/repos/golang/go/git/refs/tags\", source: hyper::Error(Connect, ConnectError(\"dns error\", Custom { kind: Uncategorized, error: \"failed to lookup address information: Temporary failure in name resolution\" })) }" }))', src/utils/golang.rs:87:35 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56059a070cac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56059a070cac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56059a070cac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56059a070cac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56059a09a87c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56059a069128 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56059a073287 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56059a073287 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56059a073287 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56059a072fbb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56059a0739da - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56059a0736c7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56059a071174 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56059a0733d9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5605997e18d3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5605997e19c3 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x560599872237 - core::result::Result::unwrap::h7288214272d059a3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1065:23 [INFO] [stdout] 17: 0x5605999138e7 - jokeyrhyme_dotfiles::utils::golang::tests::latest_version_found::hf64340ca20da0f04 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/golang.rs:87:18 [INFO] [stdout] 18: 0x5605999138aa - jokeyrhyme_dotfiles::utils::golang::tests::latest_version_found::{{closure}}::hb39298b89524b6ce [INFO] [stdout] at /opt/rustwide/workdir/src/utils/golang.rs:86:5 [INFO] [stdout] 19: 0x56059993333e - core::ops::function::FnOnce::call_once::h9734da4fa0a682a0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560599a7eef3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560599a7eef3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x560599a7dc21 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x560599a7dc21 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560599a7dc21 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560599a7dc21 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560599a7dc21 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560599a7dc21 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x560599a7dc21 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x560599a87501 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x560599a87501 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560599a53c5f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560599a53c5f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560599a53c5f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560599a53c5f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560599a53c5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56059a07ba43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3ff3fbe609 - start_thread [INFO] [stdout] 42: 0x7f3ff3d94293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- utils::github::tests::fetch_tags_github_hub stdout ---- [INFO] [stdout] thread 'utils::github::tests::fetch_tags_github_hub' panicked at 'must fetch: IoError("", Custom { kind: Other, error: "reqwest::Error { kind: Request, url: \"https://api.github.com/repos/github/hub/git/refs/tags\", source: hyper::Error(Connect, ConnectError(\"dns error\", Custom { kind: Uncategorized, error: \"failed to lookup address information: Temporary failure in name resolution\" })) }" })', src/utils/github.rs:253:48 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56059a070cac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56059a070cac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56059a070cac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56059a070cac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56059a09a87c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56059a069128 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56059a073287 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56059a073287 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56059a073287 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56059a072fbb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56059a0739da - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56059a0736c7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56059a071174 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56059a0733d9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5605997e18d3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5605997e19c3 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x560599871317 - core::result::Result::expect::h0795670ca45abb3f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x560599946174 - jokeyrhyme_dotfiles::utils::github::tests::fetch_tags_github_hub::he1e07673f1f45dc0 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/github.rs:253:20 [INFO] [stdout] 18: 0x56059994610a - jokeyrhyme_dotfiles::utils::github::tests::fetch_tags_github_hub::{{closure}}::he89351b5751c5064 [INFO] [stdout] at /opt/rustwide/workdir/src/utils/github.rs:252:5 [INFO] [stdout] 19: 0x560599932d0e - core::ops::function::FnOnce::call_once::h644b200b01754daf [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560599a7eef3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560599a7eef3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x560599a7dc21 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x560599a7dc21 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560599a7dc21 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560599a7dc21 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560599a7dc21 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560599a7dc21 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x560599a7dc21 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x560599a87501 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x560599a87501 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560599a53c5f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560599a53c5f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560599a53c5f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560599a53c5f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560599a53c5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56059a07ba43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3ff3fbe609 - start_thread [INFO] [stdout] 42: 0x7f3ff3d94293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tasks::rust::tests::test_cargo_latest_version stdout ---- [INFO] [stdout] thread 'tasks::rust::tests::test_cargo_latest_version' panicked at 'must execute: "not found"', src/tasks/rust.rs:135:53 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56059a070cac - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56059a070cac - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56059a070cac - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56059a070cac - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56059a09a87c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56059a069128 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56059a073287 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56059a073287 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56059a073287 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56059a072fbb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56059a0739da - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56059a0736c7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56059a071174 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56059a0733d9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5605997e18d3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5605997e19c3 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x5605998717be - core::result::Result::expect::h355f6e9db04d950a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x56059985fb8c - jokeyrhyme_dotfiles::tasks::rust::tests::test_cargo_latest_version::hfa3ff0f03d785ac3 [INFO] [stdout] at /opt/rustwide/workdir/src/tasks/rust.rs:135:23 [INFO] [stdout] 18: 0x56059985fb3a - jokeyrhyme_dotfiles::tasks::rust::tests::test_cargo_latest_version::{{closure}}::h76727d62196aeee2 [INFO] [stdout] at /opt/rustwide/workdir/src/tasks/rust.rs:134:5 [INFO] [stdout] 19: 0x560599932f9e - core::ops::function::FnOnce::call_once::h7b2ee8610c7751c8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560599a7eef3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560599a7eef3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x560599a7dc21 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x560599a7dc21 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560599a7dc21 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560599a7dc21 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560599a7dc21 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560599a7dc21 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x560599a7dc21 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x560599a87501 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x560599a87501 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560599a53c5f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560599a53c5f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560599a53c5f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560599a53c5f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560599a53c5f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560599a53c5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x56059a07ba43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56059a07ba43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f3ff3fbe609 - start_thread [INFO] [stdout] 42: 0x7f3ff3d94293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tasks::rust::tests::test_cargo_latest_version [INFO] [stdout] utils::github::tests::fetch_tags_github_hub [INFO] [stdout] utils::github::tests::latest_release_github_hub [INFO] [stdout] utils::golang::tests::latest_version_found [INFO] [stdout] utils::http::tests::fetch_page [INFO] [stdout] utils::nodejs::tests::latest_version_found [INFO] [stdout] [INFO] [stdout] test result: FAILED. 51 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.46s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin jokeyrhyme-dotfiles' [INFO] running `Command { std: "docker" "inspect" "a32c45ce595c407e5294aea6321bc391b38297b89bc21567b33ffeebc8a4a528", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a32c45ce595c407e5294aea6321bc391b38297b89bc21567b33ffeebc8a4a528", kill_on_drop: false }` [INFO] [stdout] a32c45ce595c407e5294aea6321bc391b38297b89bc21567b33ffeebc8a4a528