[INFO] cloning repository https://github.com/reujab/rust-music-player [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reujab/rust-music-player" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freujab%2Frust-music-player", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freujab%2Frust-music-player'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6d552af375c2264ea4827ee84590ae0b5b744de8 [INFO] testing reujab/rust-music-player against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freujab%2Frust-music-player" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/reujab/rust-music-player on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/reujab/rust-music-player [INFO] finished tweaking git repo https://github.com/reujab/rust-music-player [INFO] tweaked toml for git repo https://github.com/reujab/rust-music-player written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/reujab/rust-music-player already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b6cd391f7fe3580ad7c7adf70466566e33c8b5ac770987a96722776628b7407 [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" "7b6cd391f7fe3580ad7c7adf70466566e33c8b5ac770987a96722776628b7407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b6cd391f7fe3580ad7c7adf70466566e33c8b5ac770987a96722776628b7407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b6cd391f7fe3580ad7c7adf70466566e33c8b5ac770987a96722776628b7407", kill_on_drop: false }` [INFO] [stdout] 7b6cd391f7fe3580ad7c7adf70466566e33c8b5ac770987a96722776628b7407 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 16de1e45d8c51f43fbcf70a6829d90f9abc2cb361e95901c27f586208aed9006 [INFO] running `Command { std: "docker" "start" "-a" "16de1e45d8c51f43fbcf70a6829d90f9abc2cb361e95901c27f586208aed9006", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling derive_builder v0.5.1 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling byteorder v1.2.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling c_vec v1.0.12 [INFO] [stderr] Compiling same-file v1.0.2 [INFO] [stderr] Compiling mp3-metadata v0.3.0 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling regex-syntax v0.5.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling chan v0.1.21 [INFO] [stderr] Compiling walkdir v2.1.4 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling fmod v0.9.24 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling chan-signal v0.3.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.rfmod.5u5gbb6f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/librfmod-dd987e794e926940.so" "-Wl,--version-script=/tmp/rustcRhW84k/list" "/opt/rustwide/target/debug/deps/rfmod-dd987e794e926940.58epaqe47w96ruec.rcgu.o" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lfmodex64" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcRhW84k/libbyteorder-d7921e7152de29e8.rlib" "-Wl,--no-whole-archive" "-L" "/opt/rustwide/target/debug/deps" "-Wl,-Bdynamic" "-lc_vec-69221a5c5d036258" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcRhW84k/liblibc-be87648c668c21c6.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-8bb11f807a7b6b4c" "-Wl,--end-group" "-Wl,-Bstatic" "/tmp/rustcRhW84k/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lfmodex64 [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: could not compile `fmod`. [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "16de1e45d8c51f43fbcf70a6829d90f9abc2cb361e95901c27f586208aed9006", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16de1e45d8c51f43fbcf70a6829d90f9abc2cb361e95901c27f586208aed9006", kill_on_drop: false }` [INFO] [stdout] 16de1e45d8c51f43fbcf70a6829d90f9abc2cb361e95901c27f586208aed9006