[INFO] cloning repository https://github.com/Jkillelea/Vidool [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jkillelea/Vidool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJkillelea%2FVidool", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJkillelea%2FVidool'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 726c8ecddd6d71962cc1319637012cfb54a7ca62 [INFO] testing Jkillelea/Vidool against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJkillelea%2FVidool" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Jkillelea/Vidool [INFO] finished tweaking git repo https://github.com/Jkillelea/Vidool [INFO] tweaked toml for git repo https://github.com/Jkillelea/Vidool written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Jkillelea/Vidool on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Jkillelea/Vidool 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1aaae1b2eb43251fb85497a4ceb93ff7e0a40c16da3de76d799e12fce3d3c602 [INFO] running `Command { std: "docker" "start" "-a" "1aaae1b2eb43251fb85497a4ceb93ff7e0a40c16da3de76d799e12fce3d3c602", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1aaae1b2eb43251fb85497a4ceb93ff7e0a40c16da3de76d799e12fce3d3c602", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1aaae1b2eb43251fb85497a4ceb93ff7e0a40c16da3de76d799e12fce3d3c602", kill_on_drop: false }` [INFO] [stdout] 1aaae1b2eb43251fb85497a4ceb93ff7e0a40c16da3de76d799e12fce3d3c602 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23ba3a07accb9da379a464582a03d3bc38470ce5c932b5362f52d6702263874b [INFO] running `Command { std: "docker" "start" "-a" "23ba3a07accb9da379a464582a03d3bc38470ce5c932b5362f52d6702263874b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling cfg-expr v0.10.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling gio v0.15.6 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling gtk v0.15.4 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling muldiv v1.0.0 [INFO] [stderr] Compiling fragile v1.1.0 [INFO] [stderr] Compiling pretty-hex v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling option-operations v0.4.0 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling field-offset v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling relm-derive v0.23.0 [INFO] [stderr] Compiling glib-sys v0.15.6 [INFO] [stderr] Compiling gobject-sys v0.15.5 [INFO] [stderr] Compiling gio-sys v0.15.6 [INFO] [stderr] Compiling atk-sys v0.15.1 [INFO] [stderr] Compiling gdk-sys v0.15.1 [INFO] [stderr] Compiling pango-sys v0.15.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.15.1 [INFO] [stderr] Compiling cairo-sys-rs v0.15.1 [INFO] [stderr] Compiling gtk-sys v0.15.3 [INFO] [stderr] Compiling gstreamer-sys v0.18.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling glib-macros v0.15.6 [INFO] [stderr] Compiling gtk3-macros v0.15.4 [INFO] [stderr] Compiling glib v0.15.6 [INFO] [stderr] Compiling cairo-rs v0.15.6 [INFO] [stderr] Compiling pango v0.15.6 [INFO] [stderr] Compiling atk v0.15.1 [INFO] [stderr] Compiling gstreamer v0.18.5 [INFO] [stderr] Compiling gdk-pixbuf v0.15.6 [INFO] [stderr] Compiling gdk v0.15.4 [INFO] [stderr] Compiling relm v0.23.0 [INFO] [stderr] Compiling vidool v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `model` is never read [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct MainAppWindow { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 20 | model: MainAppModel, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "23ba3a07accb9da379a464582a03d3bc38470ce5c932b5362f52d6702263874b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23ba3a07accb9da379a464582a03d3bc38470ce5c932b5362f52d6702263874b", kill_on_drop: false }` [INFO] [stdout] 23ba3a07accb9da379a464582a03d3bc38470ce5c932b5362f52d6702263874b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1912f42ff66601534c19c67ac348bdb3500c8d389b6032385a6fcfc78a75fbe6 [INFO] running `Command { std: "docker" "start" "-a" "1912f42ff66601534c19c67ac348bdb3500c8d389b6032385a6fcfc78a75fbe6", kill_on_drop: false }` [INFO] [stderr] Compiling vidool v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `model` is never read [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct MainAppWindow { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 20 | model: MainAppModel, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `Command { std: "docker" "inspect" "1912f42ff66601534c19c67ac348bdb3500c8d389b6032385a6fcfc78a75fbe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1912f42ff66601534c19c67ac348bdb3500c8d389b6032385a6fcfc78a75fbe6", kill_on_drop: false }` [INFO] [stdout] 1912f42ff66601534c19c67ac348bdb3500c8d389b6032385a6fcfc78a75fbe6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6e6de9daaab3c839a3ddbd1e9a95cd283f22abc7dd3c0293397cf2461ee01336 [INFO] running `Command { std: "docker" "start" "-a" "6e6de9daaab3c839a3ddbd1e9a95cd283f22abc7dd3c0293397cf2461ee01336", kill_on_drop: false }` [INFO] [stderr] warning: field `model` is never read [INFO] [stdout] [INFO] [stderr] --> src/main.rs:20:5 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 19 | struct MainAppWindow { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ------------- field in this struct [INFO] [stdout] [INFO] [stderr] 20 | model: MainAppModel, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `vidool` (bin "vidool" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vidool-9caf73906a2d1bbc) [INFO] running `Command { std: "docker" "inspect" "6e6de9daaab3c839a3ddbd1e9a95cd283f22abc7dd3c0293397cf2461ee01336", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e6de9daaab3c839a3ddbd1e9a95cd283f22abc7dd3c0293397cf2461ee01336", kill_on_drop: false }` [INFO] [stdout] 6e6de9daaab3c839a3ddbd1e9a95cd283f22abc7dd3c0293397cf2461ee01336