[INFO] updating cached repository https://github.com/alamminsalo/radio [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] aa829998d50f8304f05137875ad4c5c17ac7e66d [INFO] testing alamminsalo/radio against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falamminsalo%2Fradio" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alamminsalo/radio 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 git repo https://github.com/alamminsalo/radio [INFO] finished tweaking git repo https://github.com/alamminsalo/radio [INFO] tweaked toml for git repo https://github.com/alamminsalo/radio written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/alamminsalo/radio already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 236e2d05ce0d744da2de89b0e49e1366b26ca096d83361158bb03dd7dfcf187c [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" "236e2d05ce0d744da2de89b0e49e1366b26ca096d83361158bb03dd7dfcf187c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "236e2d05ce0d744da2de89b0e49e1366b26ca096d83361158bb03dd7dfcf187c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "236e2d05ce0d744da2de89b0e49e1366b26ca096d83361158bb03dd7dfcf187c", kill_on_drop: false }` [INFO] [stdout] 236e2d05ce0d744da2de89b0e49e1366b26ca096d83361158bb03dd7dfcf187c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] a511e6698a3de809da622e5232fea7cab717d970bb98b66f184e569737baa966 [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" "a511e6698a3de809da622e5232fea7cab717d970bb98b66f184e569737baa966", kill_on_drop: false }` [INFO] [stderr] Compiling gstreamer v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stderr] Compiling dbus v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling notify-rust v3.2.1 [INFO] [stderr] Compiling radio v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/audiostream.rs:42:40 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn open(uri: &str, titleCallback: &Fn(&str)) { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Fn(&str)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `notify` [INFO] [stdout] --> src/main.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | let notify = notify_rust::Notification::new() [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_notify` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `msg` [INFO] [stdout] --> src/audiostream.rs:62:37 [INFO] [stdout] | [INFO] [stdout] 62 | gst::Message::TagParsed{ref msg, ref tags} => { [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `msg: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old` [INFO] [stdout] --> src/audiostream.rs:71:46 [INFO] [stdout] | [INFO] [stdout] 71 | gst::Message::StateChangedParsed{ref old, ref new, ..} => { [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `old: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new` [INFO] [stdout] --> src/audiostream.rs:71:55 [INFO] [stdout] | [INFO] [stdout] 71 | gst::Message::StateChangedParsed{ref old, ref new, ..} => { [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `new: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `iconOpt` should have a snake case name [INFO] [stdout] --> src/main.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | let mut iconOpt: Option = None; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `icon_opt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `parseString` should have a snake case name [INFO] [stdout] --> src/audiostream.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn parseString(data: *const c_char) -> String { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `parse_string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `parseTagsGetTitleIfPresent` should have a snake case name [INFO] [stdout] --> src/audiostream.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn parseTagsGetTitleIfPresent(tags: *mut gst::ffi::GstTagList) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `parse_tags_get_title_if_present` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `constTags` should have a snake case name [INFO] [stdout] --> src/audiostream.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | let constTags = tags as *const gst::ffi::GstTagList; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `const_tags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `titleCallback` should have a snake case name [INFO] [stdout] --> src/audiostream.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn open(uri: &str, titleCallback: &Fn(&str)) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `title_callback` [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/radio-957f07c07c878740.radio.3wqhywmc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.radio.3wqhywmc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740" "/opt/rustwide/target/debug/deps/radio-957f07c07c878740.3pw4rj9xnrseh0s6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-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/libgst-2fbfd3b7cf4081a0.rlib" "/opt/rustwide/target/debug/deps/librand-3ac753be60a3f872.rlib" "/opt/rustwide/target/debug/deps/libchrono-e3e4b9424449652c.rlib" "/opt/rustwide/target/debug/deps/libnum-1086d1cf3a5c19cc.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c5625b8602a8d006.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-21dbc0f8ec45adf5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b4989b3c6b7d9dff.rlib" "/opt/rustwide/target/debug/deps/libtime-8cb65089cd050836.rlib" "/opt/rustwide/target/debug/deps/libnotify_rust-352fc23d7e271cc5.rlib" "/opt/rustwide/target/debug/deps/libdbus-999ee20bd9d1cbcb.rlib" "/opt/rustwide/target/debug/deps/liblibc-d411205fc5c7bd9b.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" "-lgstvideo-1.0" "-lgstapp-1.0" "-lgstbase-1.0" "-lgstreamer-1.0" "-lgobject-2.0" "-lglib-2.0" "-ldbus-1" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lgstvideo-1.0 [INFO] [stdout] /usr/bin/ld: cannot find -lgstapp-1.0 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `radio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "a511e6698a3de809da622e5232fea7cab717d970bb98b66f184e569737baa966", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a511e6698a3de809da622e5232fea7cab717d970bb98b66f184e569737baa966", kill_on_drop: false }` [INFO] [stdout] a511e6698a3de809da622e5232fea7cab717d970bb98b66f184e569737baa966