[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 master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitchio%2Fitch-lite" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/itchio/itch-lite on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "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-3-tc1/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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcf24a6ea4b1320a5817d0137bb08d0166111caf5f1366bf5b07284d2d95e62a [INFO] running `Command { std: "docker" "start" "-a" "fcf24a6ea4b1320a5817d0137bb08d0166111caf5f1366bf5b07284d2d95e62a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcf24a6ea4b1320a5817d0137bb08d0166111caf5f1366bf5b07284d2d95e62a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcf24a6ea4b1320a5817d0137bb08d0166111caf5f1366bf5b07284d2d95e62a", kill_on_drop: false }` [INFO] [stdout] fcf24a6ea4b1320a5817d0137bb08d0166111caf5f1366bf5b07284d2d95e62a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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 -Dtail-expr-drop-order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bde9e7b1377ae702cb924b1c28940486a9b42a802d6c960957cbbb967221375 [INFO] running `Command { std: "docker" "start" "-a" "5bde9e7b1377ae702cb924b1c28940486a9b42a802d6c960957cbbb967221375", 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 pkg-config v0.3.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling termcolor v1.0.5 [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] warning: tether@0.3.5: gtk.c: In function 'webview_loaded': [INFO] [stderr] warning: tether@0.3.5: gtk.c:43:86: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: tether@0.3.5: 43 | static void webview_loaded(WebKitWebView *webview, WebKitLoadEvent load_event, void *data) { [INFO] [stderr] warning: tether@0.3.5: | ~~~~~~^~~~ [INFO] [stderr] warning: tether@0.3.5: gtk.c: In function 'context_menu': [INFO] [stderr] warning: tether@0.3.5: gtk.c:83:9: warning: enumeration value 'WEBKIT_CONTEXT_MENU_ACTION_PASTE_AS_PLAIN_TEXT' not handled in switch [-Wswitch] [INFO] [stderr] warning: tether@0.3.5: 83 | switch (webkit_context_menu_item_get_stock_action(item)) { [INFO] [stderr] warning: tether@0.3.5: | ^~~~~~ [INFO] [stderr] warning: tether@0.3.5: gtk.c: In function 'tether_eval': [INFO] [stderr] warning: tether@0.3.5: gtk.c:243:5: warning: 'webkit_web_view_run_javascript' is deprecated: Use 'webkit_web_view_evaluate_javascript' instead [-Wdeprecated-declarations] [INFO] [stderr] warning: tether@0.3.5: 243 | webkit_web_view_run_javascript(self->webview, js, NULL, NULL, NULL); [INFO] [stderr] warning: tether@0.3.5: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tether@0.3.5: In file included from /usr/include/webkitgtk-4.0/webkit/WebKitPrintOperation.h:29, [INFO] [stderr] warning: tether@0.3.5: from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:74, [INFO] [stderr] warning: tether@0.3.5: from gtk.c:2: [INFO] [stderr] warning: tether@0.3.5: /usr/include/webkitgtk-4.0/webkit/WebKitWebView.h:529:1: note: declared here [INFO] [stderr] warning: tether@0.3.5: 529 | webkit_web_view_run_javascript (WebKitWebView *web_view, [INFO] [stderr] warning: tether@0.3.5: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling itch-lite v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.56s [INFO] running `Command { std: "docker" "inspect" "5bde9e7b1377ae702cb924b1c28940486a9b42a802d6c960957cbbb967221375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bde9e7b1377ae702cb924b1c28940486a9b42a802d6c960957cbbb967221375", kill_on_drop: false }` [INFO] [stdout] 5bde9e7b1377ae702cb924b1c28940486a9b42a802d6c960957cbbb967221375 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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 -Dtail-expr-drop-order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b6b16272bb58e28e18818639a187569038de676804ba3e758ad297d2ea9540a [INFO] running `Command { std: "docker" "start" "-a" "3b6b16272bb58e28e18818639a187569038de676804ba3e758ad297d2ea9540a", kill_on_drop: false }` [INFO] [stderr] warning: tether@0.3.5: gtk.c: In function 'webview_loaded': [INFO] [stderr] warning: tether@0.3.5: gtk.c:43:86: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: tether@0.3.5: 43 | static void webview_loaded(WebKitWebView *webview, WebKitLoadEvent load_event, void *data) { [INFO] [stderr] warning: tether@0.3.5: | ~~~~~~^~~~ [INFO] [stderr] warning: tether@0.3.5: gtk.c: In function 'context_menu': [INFO] [stderr] warning: tether@0.3.5: gtk.c:83:9: warning: enumeration value 'WEBKIT_CONTEXT_MENU_ACTION_PASTE_AS_PLAIN_TEXT' not handled in switch [-Wswitch] [INFO] [stderr] warning: tether@0.3.5: 83 | switch (webkit_context_menu_item_get_stock_action(item)) { [INFO] [stderr] warning: tether@0.3.5: | ^~~~~~ [INFO] [stderr] warning: tether@0.3.5: gtk.c: In function 'tether_eval': [INFO] [stderr] warning: tether@0.3.5: gtk.c:243:5: warning: 'webkit_web_view_run_javascript' is deprecated: Use 'webkit_web_view_evaluate_javascript' instead [-Wdeprecated-declarations] [INFO] [stderr] warning: tether@0.3.5: 243 | webkit_web_view_run_javascript(self->webview, js, NULL, NULL, NULL); [INFO] [stderr] warning: tether@0.3.5: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tether@0.3.5: In file included from /usr/include/webkitgtk-4.0/webkit/WebKitPrintOperation.h:29, [INFO] [stderr] warning: tether@0.3.5: from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:74, [INFO] [stderr] warning: tether@0.3.5: from gtk.c:2: [INFO] [stderr] warning: tether@0.3.5: /usr/include/webkitgtk-4.0/webkit/WebKitWebView.h:529:1: note: declared here [INFO] [stderr] warning: tether@0.3.5: 529 | webkit_web_view_run_javascript (WebKitWebView *web_view, [INFO] [stderr] warning: tether@0.3.5: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] Compiling itch-lite v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] running `Command { std: "docker" "inspect" "3b6b16272bb58e28e18818639a187569038de676804ba3e758ad297d2ea9540a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b6b16272bb58e28e18818639a187569038de676804ba3e758ad297d2ea9540a", kill_on_drop: false }` [INFO] [stdout] 3b6b16272bb58e28e18818639a187569038de676804ba3e758ad297d2ea9540a