[INFO] updating cached repository https://github.com/nwoeanhinnogaehr/flow-synth [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2dc911b383ab53eeae1ebfae59c031aa360a349f [INFO] testing nwoeanhinnogaehr/flow-synth against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnwoeanhinnogaehr%2Fflow-synth" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nwoeanhinnogaehr/flow-synth on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nwoeanhinnogaehr/flow-synth [INFO] finished tweaking git repo https://github.com/nwoeanhinnogaehr/flow-synth [INFO] tweaked toml for git repo https://github.com/nwoeanhinnogaehr/flow-synth written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/nwoeanhinnogaehr/flow-synth already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eb908cd7f74d2ef9a3062669fff9e868b02102dcf8f4cf17c6903aebf76d41b2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "eb908cd7f74d2ef9a3062669fff9e868b02102dcf8f4cf17c6903aebf76d41b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb908cd7f74d2ef9a3062669fff9e868b02102dcf8f4cf17c6903aebf76d41b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb908cd7f74d2ef9a3062669fff9e868b02102dcf8f4cf17c6903aebf76d41b2", kill_on_drop: false }` [INFO] [stdout] eb908cd7f74d2ef9a3062669fff9e868b02102dcf8f4cf17c6903aebf76d41b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05e18bd57b1df27315bae439ff6aa55c3f39afe99443479a121c57345ddc01e5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "05e18bd57b1df27315bae439ff6aa55c3f39afe99443479a121c57345ddc01e5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Compiling futures-core-preview v0.2.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling futures-channel-preview v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling futures-sink-preview v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling nfd v0.0.4 [INFO] [stderr] Compiling crossbeam v0.7.1 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.5 [INFO] [stderr] Compiling jack-sys v0.2.0 [INFO] [stderr] Compiling futures-io-preview v0.2.2 [INFO] [stderr] Compiling libloading v0.5.1 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling jack v0.6.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling futures-util-preview v0.2.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling twox-hash v1.4.1 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling glyph_brush_layout v0.1.6 [INFO] [stderr] Compiling futures-executor-preview v0.2.2 [INFO] [stderr] Compiling notify v4.0.12 [INFO] [stderr] Compiling futures-stable-preview v0.2.3 [INFO] [stderr] Compiling glyph_brush v0.5.3 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling futures-async-runtime-preview v0.2.3 [INFO] [stderr] Compiling futures-preview v0.2.2 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling gfx_core v0.9.1 [INFO] [stderr] Compiling winit v0.19.1 [INFO] [stderr] Compiling glutin v0.21.0 [INFO] [stderr] Compiling gfx v0.18.1 [INFO] [stderr] Compiling gfx_device_gl v0.16.1 [INFO] [stderr] Compiling gfx_glyph v0.15.0 [INFO] [stderr] Compiling gfx_window_glutin v0.31.0 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling flow-synth v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(async_await)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `atomic_min_max` has been stable since 1.45.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(atomic_min_max)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/gui/root.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | ::std::mem::replace(self, Root::new(self.ctx.clone(), self.bounds)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.flow_synth.8ko9dr79-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761" "/opt/rustwide/target/debug/deps/flow_synth-348d4d782047b761.1mh512fjiar0ndew.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-a856faa803a0b043/out" "-L" "/opt/rustwide/target/debug/build/libloading-1983d75e638be570/out" "-L" "/opt/rustwide/target/debug/build/nfd-7f307107f34e3cf1/out" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libron-29b991704c11f1b3.rlib" "/opt/rustwide/target/debug/deps/libbase64-efbf899419cf4af6.rlib" "/opt/rustwide/target/debug/deps/libserde-587f5181fd8fd26a.rlib" "/opt/rustwide/target/debug/deps/libnum-0b59c18e27906c4c.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-de2117dd8c6d4fc3.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-29ef2868f09e740a.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e698da93e77ba197.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-fa4bf75d9d79e582.rlib" "/opt/rustwide/target/debug/deps/libnotify-72b357e59cf390f0.rlib" "/opt/rustwide/target/debug/deps/libinotify-84376d02e04e97f9.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-0e0d664e2e9b8965.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-53700795f96dc5d0.rlib" "/opt/rustwide/target/debug/deps/liblazycell-57bae41b5b54971f.rlib" "/opt/rustwide/target/debug/deps/libmio-9d0105abfa5acc05.rlib" "/opt/rustwide/target/debug/deps/libslab-3a7649c6fb4d320f.rlib" "/opt/rustwide/target/debug/deps/libnet2-936928cbc6ea1d54.rlib" "/opt/rustwide/target/debug/deps/libfiletime-cca171a30f844c5a.rlib" "/opt/rustwide/target/debug/deps/libnfd-4a710128db751d61.rlib" "/opt/rustwide/target/debug/deps/libndarray-aba938f9bb35568d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e30bd1155f588b77.rlib" "/opt/rustwide/target/debug/deps/libitertools-16ad13b38ad99884.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-ac4badf22f65b649.rlib" "/opt/rustwide/target/debug/deps/librawpointer-7afdcc898c14c855.rlib" "/opt/rustwide/target/debug/deps/libjack-b25f5e881f6a346a.rlib" "/opt/rustwide/target/debug/deps/libjack_sys-00b0dba9b9a6ef4b.rlib" "/opt/rustwide/target/debug/deps/liblibloading-66bf19968eaf8362.rlib" "/opt/rustwide/target/debug/deps/libgfx_window_glutin-95c097723fe3e154.rlib" "/opt/rustwide/target/debug/deps/libglutin-0474ed4246901d24.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-25d03a2f6f735796.rlib" "/opt/rustwide/target/debug/deps/libshared_library-8e6b0330d6c4b0ed.rlib" "/opt/rustwide/target/debug/deps/libwinit-d0faa1a2cc24bc7c.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-6cdd35f072aa910b.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-a2edc2c3e592bb88.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-9161e8451e05bf17.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-1fe463eed9f9ea20.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-c8206d5cb70ad378.rlib" "/opt/rustwide/target/debug/deps/libnix-36ff5400e3e84e62.rlib" "/opt/rustwide/target/debug/deps/libvoid-246d5d222e55a1ce.rlib" "/opt/rustwide/target/debug/deps/libmemmap-5690b5f46208addc.rlib" "/opt/rustwide/target/debug/deps/libandrew-a141c1dfb2779a06.rlib" "/opt/rustwide/target/debug/deps/libxml-4c5dd1c9038d91d1.rlib" "/opt/rustwide/target/debug/deps/libxdg-035343e7710599cf.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-ed96357e91e9fef3.rlib" "/opt/rustwide/target/debug/deps/libsame_file-c2c1155751cf5962.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-b6dc2fe3db1bdd67.rlib" "/opt/rustwide/target/debug/deps/libdlib-71945143ae2f4875.rlib" "/opt/rustwide/target/debug/deps/liblibloading-4adb96f1649bd3d1.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-7d671435c22c2140.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-eee68af4957752af.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-8ea37ae00aa58b3c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-3e5e33c291101d06.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-6ff5a906adb5afc5.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eb54dc243663d3e2.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-d6387d684f038a15.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-5d98b0dbb18c2bcb.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-98a9299824f8fc3c.rlib" "/opt/rustwide/target/debug/deps/libgfx_glyph-2ac2ca5154d23eed.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5b4f90536ef2f4c7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-12199fb71d6912ea.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-85c3c0dd107f0d4b.rlib" "/opt/rustwide/target/debug/deps/libglyph_brush-ebf191de5e26ae6e.rlib" "/opt/rustwide/target/debug/deps/libtwox_hash-9749b974af04f004.rlib" "/opt/rustwide/target/debug/deps/librand-dd48172ca91a7852.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7ac0bbf33eab17c3.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-43cc21f994942478.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7616e3bb64dc5ef6.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-5fda618e8169eabe.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-b2748fbbad7a886b.rlib" "/opt/rustwide/target/debug/deps/librand_core-9df86ead2ee4a580.rlib" "/opt/rustwide/target/debug/deps/librand_os-06c7be02b3962e80.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-867248efe33f2c01.rlib" "/opt/rustwide/target/debug/deps/librand_core-28553c25b52e4ac6.rlib" "/opt/rustwide/target/debug/deps/libglyph_brush_layout-c23398d5cd6cbe84.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-5836143e7b5716bb.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-3dfb5fc14b88c954.rlib" "/opt/rustwide/target/debug/deps/librusttype-cf8d97fc3335a9bf.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-7e85b92c3fa2cab2.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-3cdc70168ba17690.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7141a938ff93d068.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-d4391d1b7da53318.rlib" "/opt/rustwide/target/debug/deps/libordered_float-5e9ab6835e89ff19.rlib" "/opt/rustwide/target/debug/deps/libapprox-2e5e70c2e28e2b32.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6992023f65721f0c.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-c4bf836f72567bda.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-c0d04c845762d532.rlib" "/opt/rustwide/target/debug/deps/libcassowary-fc20fed4b3576585.rlib" "/opt/rustwide/target/debug/deps/libgfx-81ab45309306d4f2.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-7be3dfc8bcbb022f.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-930c5e969ba90a28.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b47c222f34291eff.rlib" "/opt/rustwide/target/debug/deps/liblog-e6701001ecf851a7.rlib" "/opt/rustwide/target/debug/deps/libfutures-8a0439cf1f9db4fe.rlib" "/opt/rustwide/target/debug/deps/libfutures_stable-3940fbd5cb6140af.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-c616b086d17d49a9.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0a7ae39289c47f2f.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-2d7ecaf947c79cc6.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-eae1e354b0c80516.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4424343ffd353988.rlib" "/opt/rustwide/target/debug/deps/libiovec-026446370694521c.rlib" "/opt/rustwide/target/debug/deps/liblibc-648ccb6b939f550a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-fcdaeae12427fe69.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-8716dda829e2d379.rlib" "/opt/rustwide/target/debug/deps/libeither-38f76fe51c653455.rlib" "/opt/rustwide/target/debug/deps/libfutures_async_runtime-eac12e4977fd436d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-31ca51e2fc377409.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-24ff469c1dcfdf2c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-8e6225ab3f652529.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-adaa0eebafe40f87.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-54999f3e2928d2bc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-4d3cb57e7364e41e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ad4c3ad3e7604ff0.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-6aac4dafce6b7963.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-12ce2bbe1b343f9e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-95255a913897c8ce.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-22768ce7d0de8fe2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-45df0fd50fa2e287.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lgdk-3" "-lgtk-3" "-lglib-2.0" "-lgobject-2.0" "-ljack" "-ldl" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -ljack [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `flow-synth`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "05e18bd57b1df27315bae439ff6aa55c3f39afe99443479a121c57345ddc01e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05e18bd57b1df27315bae439ff6aa55c3f39afe99443479a121c57345ddc01e5", kill_on_drop: false }` [INFO] [stdout] 05e18bd57b1df27315bae439ff6aa55c3f39afe99443479a121c57345ddc01e5