[INFO] cloning repository https://github.com/mmstick/apps-r-us
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mmstick/apps-r-us" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmstick%2Fapps-r-us", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmstick%2Fapps-r-us'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b79ff6a2007e76da784360cd52d6ecb142f7944
[INFO] checking mmstick/apps-r-us against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmstick%2Fapps-r-us" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mmstick/apps-r-us
[INFO] finished tweaking git repo https://github.com/mmstick/apps-r-us
[INFO] tweaked toml for git repo https://github.com/mmstick/apps-r-us written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mmstick/apps-r-us on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mmstick/apps-r-us already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] deb9494d35ed45066493bf45b9538853328fbd4145c47c09877040ff82a4cd9c
[INFO] running `Command { std: "docker" "start" "-a" "deb9494d35ed45066493bf45b9538853328fbd4145c47c09877040ff82a4cd9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "deb9494d35ed45066493bf45b9538853328fbd4145c47c09877040ff82a4cd9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "deb9494d35ed45066493bf45b9538853328fbd4145c47c09877040ff82a4cd9c", kill_on_drop: false }`
[INFO] [stdout] deb9494d35ed45066493bf45b9538853328fbd4145c47c09877040ff82a4cd9c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af22753ead034adab40153f86e5df07c9e0fe13d487b6d5177b27e368c9df812
[INFO] running `Command { std: "docker" "start" "-a" "af22753ead034adab40153f86e5df07c9e0fe13d487b6d5177b27e368c9df812", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling libc v0.2.95
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling version-compare v0.0.10
[INFO] [stderr]    Compiling strum v0.18.0
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]     Checking futures-io v0.3.15
[INFO] [stderr]     Checking pin-project-lite v0.2.6
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]     Checking slab v0.4.3
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]     Checking futures-sink v0.3.15
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]     Checking fastrand v1.4.1
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]     Checking event-listener v2.5.1
[INFO] [stderr]     Checking async-task v4.0.3
[INFO] [stderr]     Checking polling v2.0.3
[INFO] [stderr]     Checking futures-lite v1.11.3
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking socket2 v0.4.0
[INFO] [stderr]    Compiling jobserver v0.1.22
[INFO] [stderr]    Compiling cc v1.0.68
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling signal-hook v0.3.8
[INFO] [stderr]    Compiling zstd-safe v2.0.6+zstd.1.4.7
[INFO] [stderr]     Checking atomic-waker v1.0.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]     Checking async-io v1.4.1
[INFO] [stderr]     Checking signal-hook-registry v1.3.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]     Checking blocking v1.0.2
[INFO] [stderr]    Compiling gio v0.9.1
[INFO] [stderr]     Checking parking_lot_core v0.8.3
[INFO] [stderr]     Checking async-lock v2.4.0
[INFO] [stderr]    Compiling gdk-pixbuf v0.9.0
[INFO] [stderr]    Compiling pango v0.9.1
[INFO] [stderr]    Compiling cairo-rs v0.9.1
[INFO] [stderr]     Checking async-fs v1.5.0
[INFO] [stderr]     Checking parking_lot v0.11.1
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking async-executor v1.4.1
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking xattr v0.2.2
[INFO] [stderr]     Checking filetime v0.2.14
[INFO] [stderr]    Compiling atk v0.9.0
[INFO] [stderr]    Compiling gdk v0.13.2
[INFO] [stderr]     Checking flate2 v1.0.20
[INFO] [stderr]     Checking async-net v1.6.0
[INFO] [stderr]     Checking async-process v1.1.0
[INFO] [stderr]     Checking tar v0.4.35
[INFO] [stderr]    Compiling gtk v0.9.2
[INFO] [stderr]    Compiling zstd-sys v1.4.18+zstd.1.4.7
[INFO] [stderr]     Checking os_str_bytes v3.1.0
[INFO] [stderr]     Checking cascade v1.0.0
[INFO] [stderr]     Checking smol v1.2.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.25
[INFO] [stderr]    Compiling thiserror v1.0.25
[INFO] [stderr]    Compiling strum_macros v0.18.0
[INFO] [stderr]    Compiling pin-project-internal v0.4.28
[INFO] [stderr]     Checking pin-project v0.4.28
[INFO] [stderr]     Checking futures-executor v0.3.15
[INFO] [stderr]     Checking futures v0.3.15
[INFO] [stderr]     Checking futures_codec v0.4.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_yaml v0.8.17
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling system-deps v1.3.2
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling glib-macros v0.10.1
[INFO] [stderr]    Compiling glib-sys v0.10.1
[INFO] [stderr]    Compiling gobject-sys v0.10.0
[INFO] [stderr]    Compiling gio-sys v0.10.1
[INFO] [stderr]    Compiling cairo-sys-rs v0.10.0
[INFO] [stderr]    Compiling pango-sys v0.10.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.10.0
[INFO] [stderr]    Compiling gdk-sys v0.10.0
[INFO] [stderr]    Compiling atk-sys v0.10.0
[INFO] [stderr]    Compiling gtk-sys v0.10.0
[INFO] [stderr]     Checking glib v0.10.3
[INFO] [stderr]     Checking zstd v0.5.4+zstd.1.4.7
[INFO] [stderr]     Checking sled v0.34.6
[INFO] [stderr]     Checking appstream-cache v0.1.0 (/opt/rustwide/workdir/crates/appstream-cache)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> crates/appstream-cache/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> crates/appstream-cache/src/lib.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::collections::{BTreeMap, HashMap};
[INFO] [stdout]    |                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> crates/appstream-cache/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]   --> crates/appstream-cache/src/lib.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | use std::collections::{BTreeMap, HashMap};
[INFO] [stdout]    |                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> crates/appstream-cache/src/flatpak/mod.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub async fn read_xml(path: PathBuf, tx: Sender<PackageEvent>) {
[INFO] [stdout]    |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]   --> crates/appstream-cache/src/flatpak/mod.rs:27:38
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub async fn read_xml(path: PathBuf, tx: Sender<PackageEvent>) {
[INFO] [stdout]    |                                      ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `KEY_DESCRIPTIONS` is never used
[INFO] [stdout]   --> crates/appstream-cache/src/lib.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | const KEY_DESCRIPTIONS: &str = "descriptions";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> crates/appstream-cache/src/flatpak/mod.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub async fn read_xml(path: PathBuf, tx: Sender<PackageEvent>) {
[INFO] [stdout]    |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]   --> crates/appstream-cache/src/flatpak/mod.rs:27:38
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub async fn read_xml(path: PathBuf, tx: Sender<PackageEvent>) {
[INFO] [stdout]    |                                      ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `KEY_DESCRIPTIONS` is never used
[INFO] [stdout]   --> crates/appstream-cache/src/lib.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | const KEY_DESCRIPTIONS: &str = "descriptions";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking apps-r-us v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `tx` is never read
[INFO] [stdout]   --> src/app.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct App {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     tx: Sender<Event>,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `thread_context` is never used
[INFO] [stdout]  --> src/utils.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn thread_context() -> glib::MainContext {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tx` is never read
[INFO] [stdout]   --> src/app.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct App {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     tx: Sender<Event>,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `thread_context` is never used
[INFO] [stdout]  --> src/utils.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn thread_context() -> glib::MainContext {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
[INFO] running `Command { std: "docker" "inspect" "af22753ead034adab40153f86e5df07c9e0fe13d487b6d5177b27e368c9df812", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af22753ead034adab40153f86e5df07c9e0fe13d487b6d5177b27e368c9df812", kill_on_drop: false }`
[INFO] [stdout] af22753ead034adab40153f86e5df07c9e0fe13d487b6d5177b27e368c9df812
