[INFO] fetching crate wx-rs 0.2.0... [INFO] testing wx-rs-0.2.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate wx-rs 0.2.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate wx-rs 0.2.0 [INFO] finished tweaking crates.io crate wx-rs 0.2.0 [INFO] tweaked toml for crates.io crate wx-rs 0.2.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wx-rs 0.2.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate wx-rs 0.2.0 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vswhom v0.1.0 [INFO] [stderr] Downloaded serde v1.0.158 [INFO] [stderr] Downloaded vswhom-sys v0.1.2 [INFO] [stderr] Downloaded ipnet v2.7.1 [INFO] [stderr] Downloaded embed-resource v1.8.0 [INFO] [stderr] Downloaded reqwest v0.11.15 [INFO] [stderr] Downloaded serde_json v1.0.94 [INFO] [stderr] Downloaded bzip2-sys v0.1.11+1.0.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05bf1a6452b2405332957cb44174f9a15ca5defecdf2bb2a03d3ea3ed7783f65 [INFO] running `Command { std: "docker" "start" "-a" "05bf1a6452b2405332957cb44174f9a15ca5defecdf2bb2a03d3ea3ed7783f65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05bf1a6452b2405332957cb44174f9a15ca5defecdf2bb2a03d3ea3ed7783f65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05bf1a6452b2405332957cb44174f9a15ca5defecdf2bb2a03d3ea3ed7783f65", kill_on_drop: false }` [INFO] [stdout] 05bf1a6452b2405332957cb44174f9a15ca5defecdf2bb2a03d3ea3ed7783f65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d17d00a8bca834959d2c37840053ce9a2c45ae81fce5acc693182bd88dca614a [INFO] running `Command { std: "docker" "start" "-a" "d17d00a8bca834959d2c37840053ce9a2c45ae81fce5acc693182bd88dca614a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling futures-core v0.3.27 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling tokio v1.26.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling futures-task v0.3.27 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling futures-util v0.3.27 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling serde v1.0.158 [INFO] [stderr] Compiling openssl v0.10.48 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling futures-channel v0.3.27 [INFO] [stderr] Compiling futures-sink v0.3.27 [INFO] [stderr] Compiling futures-io v0.3.27 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling ipnet v2.7.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling openssl-sys v0.9.83 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling base64 v0.21.0 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling xattr v0.2.3 [INFO] [stderr] Compiling filetime v0.2.20 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling embed-resource v1.8.0 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling tokio-util v0.7.7 [INFO] [stderr] Compiling h2 v0.3.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper v0.14.25 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.15 [INFO] [stderr] Compiling wx-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: wx-rs@0.2.0: wx-rs: Platform unsupported. Building a stub library. [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.76s [INFO] running `Command { std: "docker" "inspect" "d17d00a8bca834959d2c37840053ce9a2c45ae81fce5acc693182bd88dca614a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d17d00a8bca834959d2c37840053ce9a2c45ae81fce5acc693182bd88dca614a", kill_on_drop: false }` [INFO] [stdout] d17d00a8bca834959d2c37840053ce9a2c45ae81fce5acc693182bd88dca614a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57c0fa5f1f6de126103338213a3b8cbfb63dfbe18246d2ac26f5c2a61675ecf3 [INFO] running `Command { std: "docker" "start" "-a" "57c0fa5f1f6de126103338213a3b8cbfb63dfbe18246d2ac26f5c2a61675ecf3", kill_on_drop: false }` [INFO] [stderr] warning: wx-rs@0.2.0: wx-rs: Platform unsupported. Building a stub library. [INFO] [stderr] Compiling wx-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: wx-rs@0.2.0: wx-rs: Platform unsupported. Building a stub library. [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustciTwieY/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwx_rs-3e0aa6aa91684cab,libbitflags-3333d968e5f279ee,libraw_window_handle-95117355a89fe037}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustciTwieY/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/wx-rs-da9a87a5027cadc1/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/cursor-465418ff0184f75a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: init_app [INFO] [stdout] >>> referenced by bridge.rs:202 (src/bridge.rs:202) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::init_app::h0a841990a0ebc9e1) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: run_app [INFO] [stdout] >>> referenced by bridge.rs:208 (src/bridge.rs:208) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::run_app::h2ce719af076aa46b) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: bind_canvas_events [INFO] [stdout] >>> referenced by bridge.rs:243 (src/bridge.rs:243) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::bind_canvas_events::h2ea2bec46d28ba05) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: get_event_type [INFO] [stdout] >>> referenced by bridge.rs:287 (src/bridge.rs:287) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::get_event_type::h6e172faa3820bf06) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: set_cursor [INFO] [stdout] >>> referenced by bridge.rs:376 (src/bridge.rs:376) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::set_cursor::hbbc45b8f1dfcdff7) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wx-rs` (example "cursor") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc8D6sir/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwx_rs-3e0aa6aa91684cab,libbitflags-3333d968e5f279ee,libraw_window_handle-95117355a89fe037}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc8D6sir/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/wx-rs-da9a87a5027cadc1/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/hello-075b0d878516b6a5" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: init_app [INFO] [stdout] >>> referenced by bridge.rs:202 (src/bridge.rs:202) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::init_app::h0a841990a0ebc9e1) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: run_app [INFO] [stdout] >>> referenced by bridge.rs:208 (src/bridge.rs:208) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::run_app::h2ce719af076aa46b) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: set_render [INFO] [stdout] >>> referenced by bridge.rs:226 (src/bridge.rs:226) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::set_render::ha8306fd6e0ede483) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: get_client_size [INFO] [stdout] >>> referenced by bridge.rs:231 (src/bridge.rs:231) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::get_client_size::hcd078c0a6646725c) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: get_display_size [INFO] [stdout] >>> referenced by bridge.rs:235 (src/bridge.rs:235) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::get_display_size::h69b1fb480ae00afb) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: get_scale_factor [INFO] [stdout] >>> referenced by bridge.rs:239 (src/bridge.rs:239) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::get_scale_factor::hf871f92867375ee9) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: bind_canvas_events [INFO] [stdout] >>> referenced by bridge.rs:243 (src/bridge.rs:243) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::bind_canvas_events::h2ea2bec46d28ba05) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: get_event_type [INFO] [stdout] >>> referenced by bridge.rs:287 (src/bridge.rs:287) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::get_event_type::h6e172faa3820bf06) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: set_status_text [INFO] [stdout] >>> referenced by bridge.rs:382 (src/bridge.rs:382) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::set_status_text::h371849cbff7a47d5) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: create_status_bar [INFO] [stdout] >>> referenced by bridge.rs:386 (src/bridge.rs:386) [INFO] [stdout] >>> wx_rs-3e0aa6aa91684cab.wx_rs.28f87c87cfe98edb-cgu.0.rcgu.o:(wx_rs::bridge::create_status_bar::hf3c2dcfc515c5deb) in archive /opt/rustwide/target/debug/deps/libwx_rs-3e0aa6aa91684cab.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: wx-rs@0.2.0: wx-rs: Platform unsupported. Building a stub library. [INFO] [stderr] error: could not compile `wx-rs` (example "hello") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "57c0fa5f1f6de126103338213a3b8cbfb63dfbe18246d2ac26f5c2a61675ecf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57c0fa5f1f6de126103338213a3b8cbfb63dfbe18246d2ac26f5c2a61675ecf3", kill_on_drop: false }` [INFO] [stdout] 57c0fa5f1f6de126103338213a3b8cbfb63dfbe18246d2ac26f5c2a61675ecf3