[INFO] cloning repository https://github.com/itchio/itch-lite [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/itchio/itch-lite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitchio%2Fitch-lite", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitchio%2Fitch-lite'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f84aec75178b0d57e9e9a4cbe92be2042f0aebb [INFO] building itchio/itch-lite against try#0c94de7c1a8f4b82b92d562847c35f513f520c7a for pr-102832-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitchio%2Fitch-lite" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/itchio/itch-lite on toolchain 0c94de7c1a8f4b82b92d562847c35f513f520c7a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/itchio/itch-lite [INFO] finished tweaking git repo https://github.com/itchio/itch-lite [INFO] tweaked toml for git repo https://github.com/itchio/itch-lite written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/itchio/itch-lite already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a36510202913fdce839828c80e5eb71b79037d4d367d19dbd47527e9d31167f [INFO] running `Command { std: "docker" "start" "-a" "9a36510202913fdce839828c80e5eb71b79037d4d367d19dbd47527e9d31167f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a36510202913fdce839828c80e5eb71b79037d4d367d19dbd47527e9d31167f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a36510202913fdce839828c80e5eb71b79037d4d367d19dbd47527e9d31167f", kill_on_drop: false }` [INFO] [stdout] 9a36510202913fdce839828c80e5eb71b79037d4d367d19dbd47527e9d31167f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15c937f2db24d659b974a7e24071bac3428782f13fe4c32cf058305d803f54de [INFO] running `Command { std: "docker" "start" "-a" "15c937f2db24d659b974a7e24071bac3428782f13fe4c32cf058305d803f54de", kill_on_drop: false }` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling tether v0.3.5 (/opt/rustwide/workdir/vendor/tether) [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] warning: gtk.c: In function 'webview_loaded': [INFO] [stderr] warning: gtk.c:43:86: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: 43 | static void webview_loaded(WebKitWebView *webview, WebKitLoadEvent load_event, void *data) { [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: gtk.c: In function 'context_menu': [INFO] [stderr] warning: gtk.c:83:9: warning: enumeration value 'WEBKIT_CONTEXT_MENU_ACTION_PASTE_AS_PLAIN_TEXT' not handled in switch [-Wswitch] [INFO] [stderr] warning: 83 | switch (webkit_context_menu_item_get_stock_action(item)) { [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling itch-lite v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.61s [INFO] running `Command { std: "docker" "inspect" "15c937f2db24d659b974a7e24071bac3428782f13fe4c32cf058305d803f54de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15c937f2db24d659b974a7e24071bac3428782f13fe4c32cf058305d803f54de", kill_on_drop: false }` [INFO] [stdout] 15c937f2db24d659b974a7e24071bac3428782f13fe4c32cf058305d803f54de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+0c94de7c1a8f4b82b92d562847c35f513f520c7a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e06e45a6cace9a37c5a5321dd4b229ef317991fbb86126cd757eeb70ce546c8 [INFO] running `Command { std: "docker" "start" "-a" "0e06e45a6cace9a37c5a5321dd4b229ef317991fbb86126cd757eeb70ce546c8", kill_on_drop: false }` [INFO] [stderr] warning: gtk.c: In function 'webview_loaded': [INFO] [stderr] warning: gtk.c:43:86: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: 43 | static void webview_loaded(WebKitWebView *webview, WebKitLoadEvent load_event, void *data) { [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: gtk.c: In function 'context_menu': [INFO] [stderr] warning: gtk.c:83:9: warning: enumeration value 'WEBKIT_CONTEXT_MENU_ACTION_PASTE_AS_PLAIN_TEXT' not handled in switch [-Wswitch] [INFO] [stderr] warning: 83 | switch (webkit_context_menu_item_get_stock_action(item)) { [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] Compiling itch-lite v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.57s [INFO] running `Command { std: "docker" "inspect" "0e06e45a6cace9a37c5a5321dd4b229ef317991fbb86126cd757eeb70ce546c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e06e45a6cace9a37c5a5321dd4b229ef317991fbb86126cd757eeb70ce546c8", kill_on_drop: false }` [INFO] [stdout] 0e06e45a6cace9a37c5a5321dd4b229ef317991fbb86126cd757eeb70ce546c8