[INFO] crate freenectrs 0.1.0 is already in cache [INFO] testing freenectrs-0.1.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate freenectrs 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate freenectrs 0.1.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate freenectrs 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate freenectrs 0.1.0 [INFO] tweaked toml for crates.io crate freenectrs 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 498c5e75c441230cc8f4d29820031bea427e81b9a4d5e158f8070909d34e30ed [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" "498c5e75c441230cc8f4d29820031bea427e81b9a4d5e158f8070909d34e30ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "498c5e75c441230cc8f4d29820031bea427e81b9a4d5e158f8070909d34e30ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "498c5e75c441230cc8f4d29820031bea427e81b9a4d5e158f8070909d34e30ed", kill_on_drop: false }` [INFO] [stdout] 498c5e75c441230cc8f4d29820031bea427e81b9a4d5e158f8070909d34e30ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10a3c838fedbb65c6200fdc4aa42185297cb344abdc63e72784fcda9e234f0bf [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" "10a3c838fedbb65c6200fdc4aa42185297cb344abdc63e72784fcda9e234f0bf", kill_on_drop: false }` [INFO] [stderr] Compiling freenectrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 114 | if nr >= try!(self.num_devices()) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:308:29 [INFO] [stdout] | [INFO] [stdout] 308 | let (res, sender) = try!(FreenectDepthStream::new(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:356:29 [INFO] [stdout] | [INFO] [stdout] 356 | let (res, sender) = try!(FreenectVideoStream::new(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/freenect.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | let mut ctx: *mut ffi::freenect_context = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/freenect.rs:118:54 [INFO] [stdout] | [INFO] [stdout] 118 | let mut dev: *mut ffi::freenect_device = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "10a3c838fedbb65c6200fdc4aa42185297cb344abdc63e72784fcda9e234f0bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10a3c838fedbb65c6200fdc4aa42185297cb344abdc63e72784fcda9e234f0bf", kill_on_drop: false }` [INFO] [stdout] 10a3c838fedbb65c6200fdc4aa42185297cb344abdc63e72784fcda9e234f0bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db3f5c8d1a6607f5ad92a5b2cdf012550b8a0a0a3a0d62f220c9cf63257f8c98 [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" "db3f5c8d1a6607f5ad92a5b2cdf012550b8a0a0a3a0d62f220c9cf63257f8c98", kill_on_drop: false }` [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling inflate v0.1.1 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 114 | if nr >= try!(self.num_devices()) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:308:29 [INFO] [stdout] | [INFO] [stdout] 308 | let (res, sender) = try!(FreenectDepthStream::new(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:356:29 [INFO] [stdout] | [INFO] [stdout] 356 | let (res, sender) = try!(FreenectVideoStream::new(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/freenect.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | let mut ctx: *mut ffi::freenect_context = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/freenect.rs:118:54 [INFO] [stdout] | [INFO] [stdout] 118 | let mut dev: *mut ffi::freenect_device = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling image v0.12.4 [INFO] [stderr] Compiling genmesh v0.4.3 [INFO] [stderr] Compiling obj v0.5.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling freenectrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 114 | if nr >= try!(self.num_devices()) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:308:29 [INFO] [stdout] | [INFO] [stdout] 308 | let (res, sender) = try!(FreenectDepthStream::new(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/freenect.rs:356:29 [INFO] [stdout] | [INFO] [stdout] 356 | let (res, sender) = try!(FreenectVideoStream::new(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/freenect.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | let mut ctx: *mut ffi::freenect_context = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/freenect.rs:118:54 [INFO] [stdout] | [INFO] [stdout] 118 | let mut dev: *mut ffi::freenect_device = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/freenectrs-8b3f17c655058b96.freenectrs.8x234pbs-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/freenectrs-8b3f17c655058b96.freenectrs.8x234pbs-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/freenectrs-8b3f17c655058b96.freenectrs.8x234pbs-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/freenectrs-8b3f17c655058b96.freenectrs.8x234pbs-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/freenectrs-8b3f17c655058b96.freenectrs.8x234pbs-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/freenectrs-8b3f17c655058b96" "/opt/rustwide/target/debug/deps/freenectrs-8b3f17c655058b96.2naarq6nbj5u2dbb.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-7f0908dde16d405b/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lfreenect" "-lfreenect" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-12320b97c89568cd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-700356192fffd298.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b7642fe67be89b55.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5281c8ee01ffdf7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a4e3948fb2172e36.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lfreenect [INFO] [stdout] /usr/bin/ld: cannot find -lfreenect [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `freenectrs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.kinect_live.3s84vkuq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e" "/opt/rustwide/target/debug/examples/kinect_live-d9013db6b349697e.cwm26zhm8hu6r7p.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-7f0908dde16d405b/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libimage-55b19ff21941b97c.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-f14a59a4bfce02bc.rlib" "/opt/rustwide/target/debug/deps/libgif-3c33efaa77e984aa.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-9b165e24478bc78e.rlib" "/opt/rustwide/target/debug/deps/liblzw-2bf98fa21fe9f912.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-bcdfaa9363edb3ec.rlib" "/opt/rustwide/target/debug/deps/librayon-40b4e132d08e274a.rlib" "/opt/rustwide/target/debug/deps/librayon_core-fc0785e2fdb0f6d1.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-6b0b3f2fd6164ff0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/libeither-e56ae8568f7848ad.rlib" "/opt/rustwide/target/debug/deps/libpng-4bb2870f5134032b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-1cbdfda4cc2f3db5.rlib" "/opt/rustwide/target/debug/deps/libadler32-15d51e20465f1db9.rlib" "/opt/rustwide/target/debug/deps/libinflate-7674b4890ee05ff6.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-e629d73cd44935d9.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c693a156127b5387.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-88e436e277435c6e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-adcefaaed2825cc7.rlib" "/opt/rustwide/target/debug/deps/libobj-a61e1393c6ea48b4.rlib" "/opt/rustwide/target/debug/deps/libgenmesh-10782c9eb542bce2.rlib" "/opt/rustwide/target/debug/deps/libcgmath-2bccbe69a9c1e6de.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-7c88e41e0e7adede.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-63253226b9d79376.rlib" "/opt/rustwide/target/debug/deps/libapprox-43cd5c53f5296d66.rlib" "/opt/rustwide/target/debug/deps/libglium-033ea4e4da9e0d4b.rlib" "/opt/rustwide/target/debug/deps/libglutin-9d8070c0044c84ac.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-36f93c89539b089d.rlib" "/opt/rustwide/target/debug/deps/libwinit-4a9ac177e54b4bf4.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-d74e1a6b1e940102.rlib" "/opt/rustwide/target/debug/deps/libtempfile-a2ee6b20d2e60cf1.rlib" "/opt/rustwide/target/debug/deps/librand-b6997ff7af25d432.rlib" "/opt/rustwide/target/debug/deps/librand-b082f4e86074ce5a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-c8bd0627c31c5c8a.rlib" "/opt/rustwide/target/debug/deps/libmemmap-c7fe692cda45b8ce.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-2b54d22bf55b394a.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-152ec5528e7b3e7e.rlib" "/opt/rustwide/target/debug/deps/libdlib-ddb582399d6c085f.rlib" "/opt/rustwide/target/debug/deps/liblibloading-51268a1ccdb9d8de.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7b15d77b989f677d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-a4bb569f186f760d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libshared_library-ab2c7fbf1a064773.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libfnv-c2227cfbdd7b9572.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-cacd07e96981e77a.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-941a38b9639a2a17.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-ea61960bce0ffea0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-a8e91854f2a89c0f.rlib" "/opt/rustwide/target/debug/deps/libwinapi-08f0135bab856b5b.rlib" "/opt/rustwide/target/debug/deps/libkernel32-cceb62b1a55bf6d7.rlib" "/opt/rustwide/target/debug/deps/liblibc-1da13201d615d981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2ea69cae54b65af6.rlib" "/opt/rustwide/target/debug/deps/libfreenectrs-5417e9ffb61cde5e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lutil" "-lfreenect" "-lfreenect" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lfreenect [INFO] [stdout] /usr/bin/ld: cannot find -lfreenect [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "db3f5c8d1a6607f5ad92a5b2cdf012550b8a0a0a3a0d62f220c9cf63257f8c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db3f5c8d1a6607f5ad92a5b2cdf012550b8a0a0a3a0d62f220c9cf63257f8c98", kill_on_drop: false }` [INFO] [stdout] db3f5c8d1a6607f5ad92a5b2cdf012550b8a0a0a3a0d62f220c9cf63257f8c98