[INFO] cloning repository https://github.com/Plasmakatana/rustGUI_gtk-rs_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Plasmakatana/rustGUI_gtk-rs_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlasmakatana%2FrustGUI_gtk-rs_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlasmakatana%2FrustGUI_gtk-rs_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 037aaa82935b69e8a8eda192a1bd27d3cf5979f7 [INFO] testing Plasmakatana/rustGUI_gtk-rs_test against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPlasmakatana%2FrustGUI_gtk-rs_test" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Plasmakatana/rustGUI_gtk-rs_test on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Plasmakatana/rustGUI_gtk-rs_test [INFO] finished tweaking git repo https://github.com/Plasmakatana/rustGUI_gtk-rs_test [INFO] tweaked toml for git repo https://github.com/Plasmakatana/rustGUI_gtk-rs_test written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Plasmakatana/rustGUI_gtk-rs_test 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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f8b5826204c84f2554eebd793d14b13d88842915ac96dc426d738d7c8f8e134 [INFO] running `Command { std: "docker" "start" "-a" "6f8b5826204c84f2554eebd793d14b13d88842915ac96dc426d738d7c8f8e134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f8b5826204c84f2554eebd793d14b13d88842915ac96dc426d738d7c8f8e134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f8b5826204c84f2554eebd793d14b13d88842915ac96dc426d738d7c8f8e134", kill_on_drop: false }` [INFO] [stdout] 6f8b5826204c84f2554eebd793d14b13d88842915ac96dc426d738d7c8f8e134 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8502173614dd96f26a55a01ba4f168ae8aa0c6d8bb9163a465bad396bdd13447 [INFO] running `Command { std: "docker" "start" "-a" "8502173614dd96f26a55a01ba4f168ae8aa0c6d8bb9163a465bad396bdd13447", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling version-compare v0.2.0 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling gio v0.20.4 [INFO] [stderr] Compiling cc v1.1.30 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling cfg-expr v0.17.0 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.129 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling system-deps v7.0.3 [INFO] [stderr] Compiling glib-macros v0.20.4 [INFO] [stderr] Compiling gtk4-macros v0.9.1 [INFO] [stderr] Compiling glib-sys v0.20.4 [INFO] [stderr] Compiling gobject-sys v0.20.4 [INFO] [stderr] Compiling gio-sys v0.20.4 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.20.4 [INFO] [stderr] Compiling cairo-sys-rs v0.20.0 [INFO] [stderr] Compiling pango-sys v0.20.4 [INFO] [stderr] Compiling graphene-sys v0.20.4 [INFO] [stderr] Compiling gdk4-sys v0.9.2 [INFO] [stderr] Compiling gsk4-sys v0.9.2 [INFO] [stderr] Compiling gtk4-sys v0.9.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling hyper v1.5.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling glib v0.20.4 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.8 [INFO] [stderr] Compiling cairo-rs v0.20.1 [INFO] [stderr] Compiling graphene-rs v0.20.4 [INFO] [stderr] Compiling pango v0.20.4 [INFO] [stderr] Compiling gdk-pixbuf v0.20.4 [INFO] [stderr] Compiling gdk4 v0.9.2 [INFO] [stderr] Compiling gsk4 v0.9.2 [INFO] [stderr] Compiling gtk4 v0.9.2 [INFO] [stderr] Compiling gtk_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Label` [INFO] [stdout] --> src/main.rs:2:41 [INFO] [stdout] | [INFO] [stdout] 2 | use gtk4::{glib, Application,Box,Button,Label,Entry,Image}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax [INFO] [stdout] --> src/main.rs:38:39 [INFO] [stdout] | [INFO] [stdout] 38 | load_image_button.connect_clicked(clone!(@weak url_entry, @weak image => move |_| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 39 | | let url = url_entry.text().to_string(); [INFO] [stdout] 40 | | let image_path = download_image(&url); [INFO] [stdout] 41 | | image.set_from_pixbuf(None); [INFO] [stdout] ... | [INFO] [stdout] 45 | | })); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s [INFO] running `Command { std: "docker" "inspect" "8502173614dd96f26a55a01ba4f168ae8aa0c6d8bb9163a465bad396bdd13447", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8502173614dd96f26a55a01ba4f168ae8aa0c6d8bb9163a465bad396bdd13447", kill_on_drop: false }` [INFO] [stdout] 8502173614dd96f26a55a01ba4f168ae8aa0c6d8bb9163a465bad396bdd13447 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a3a81ab435827a4bbad0146de6a34819e603a01fedf6d13258926296d39484b [INFO] running `Command { std: "docker" "start" "-a" "2a3a81ab435827a4bbad0146de6a34819e603a01fedf6d13258926296d39484b", kill_on_drop: false }` [INFO] [stderr] Compiling gtk_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Label` [INFO] [stdout] --> src/main.rs:2:41 [INFO] [stdout] | [INFO] [stdout] 2 | use gtk4::{glib, Application,Box,Button,Label,Entry,Image}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax [INFO] [stdout] --> src/main.rs:38:39 [INFO] [stdout] | [INFO] [stdout] 38 | load_image_button.connect_clicked(clone!(@weak url_entry, @weak image => move |_| { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 39 | | let url = url_entry.text().to_string(); [INFO] [stdout] 40 | | let image_path = download_image(&url); [INFO] [stdout] 41 | | image.set_from_pixbuf(None); [INFO] [stdout] ... | [INFO] [stdout] 45 | | })); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "2a3a81ab435827a4bbad0146de6a34819e603a01fedf6d13258926296d39484b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a3a81ab435827a4bbad0146de6a34819e603a01fedf6d13258926296d39484b", kill_on_drop: false }` [INFO] [stdout] 2a3a81ab435827a4bbad0146de6a34819e603a01fedf6d13258926296d39484b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6ac4014e65720ec2cdb7f275c7e2b3598c938cef591488040f621febdb0bd67 [INFO] running `Command { std: "docker" "start" "-a" "b6ac4014e65720ec2cdb7f275c7e2b3598c938cef591488040f621febdb0bd67", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Label` [INFO] [stderr] --> src/main.rs:2:41 [INFO] [stderr] | [INFO] [stderr] 2 | use gtk4::{glib, Application,Box,Button,Label,Entry,Image}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `clone`: Using old-style clone! syntax [INFO] [stderr] --> src/main.rs:38:39 [INFO] [stderr] | [INFO] [stderr] 38 | load_image_button.connect_clicked(clone!(@weak url_entry, @weak image => move |_| { [INFO] [stderr] | _______________________________________^ [INFO] [stderr] 39 | | let url = url_entry.text().to_string(); [INFO] [stderr] 40 | | let image_path = download_image(&url); [INFO] [stderr] 41 | | image.set_from_pixbuf(None); [INFO] [stderr] ... | [INFO] [stderr] 45 | | })); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `gtk_test` (bin "gtk_test" test) generated 2 warnings (run `cargo fix --bin "gtk_test" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gtk_test-38f4f646d57fa8a7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b6ac4014e65720ec2cdb7f275c7e2b3598c938cef591488040f621febdb0bd67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6ac4014e65720ec2cdb7f275c7e2b3598c938cef591488040f621febdb0bd67", kill_on_drop: false }` [INFO] [stdout] b6ac4014e65720ec2cdb7f275c7e2b3598c938cef591488040f621febdb0bd67