[INFO] cloning repository https://github.com/CCExtractor/rusty_ffmpeg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CCExtractor/rusty_ffmpeg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCCExtractor%2Frusty_ffmpeg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCCExtractor%2Frusty_ffmpeg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5965bda25fed253eb5e6f08d4d2e6a54d94fddbe [INFO] testing CCExtractor/rusty_ffmpeg against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCCExtractor%2Frusty_ffmpeg" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CCExtractor/rusty_ffmpeg on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/CCExtractor/rusty_ffmpeg [INFO] finished tweaking git repo https://github.com/CCExtractor/rusty_ffmpeg [INFO] tweaked toml for git repo https://github.com/CCExtractor/rusty_ffmpeg written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e88aff31c65a4b40147a0a95ea44116eae951c493c1d2e69f468826933a11daa [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" "e88aff31c65a4b40147a0a95ea44116eae951c493c1d2e69f468826933a11daa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e88aff31c65a4b40147a0a95ea44116eae951c493c1d2e69f468826933a11daa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e88aff31c65a4b40147a0a95ea44116eae951c493c1d2e69f468826933a11daa", kill_on_drop: false }` [INFO] [stdout] e88aff31c65a4b40147a0a95ea44116eae951c493c1d2e69f468826933a11daa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6505ffd7c8c03eadf3d95540f8d15a3b7de75a733cc3fb5525ce75e1f35f8441 [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" "6505ffd7c8c03eadf3d95540f8d15a3b7de75a733cc3fb5525ce75e1f35f8441", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling vcpkg v0.2.11 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling libloading v0.6.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling clang-sys v1.0.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling rusty_ffmpeg v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.76s [INFO] running `Command { std: "docker" "inspect" "6505ffd7c8c03eadf3d95540f8d15a3b7de75a733cc3fb5525ce75e1f35f8441", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6505ffd7c8c03eadf3d95540f8d15a3b7de75a733cc3fb5525ce75e1f35f8441", kill_on_drop: false }` [INFO] [stdout] 6505ffd7c8c03eadf3d95540f8d15a3b7de75a733cc3fb5525ce75e1f35f8441 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67fe979846544a534934f4efb1b75ccb0cda91c374ac214854dd48769b8fb6f0 [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" "67fe979846544a534934f4efb1b75ccb0cda91c374ac214854dd48769b8fb6f0", 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] [stderr] Compiling rusty_ffmpeg v0.3.1 (/opt/rustwide/workdir) [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/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.slice.5ab6gksc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a" "/opt/rustwide/target/debug/examples/slice-c6a560912c11fc7a.2khdwzdgx2500512.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" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librusty_ffmpeg-9394b128b16b229d.rlib" "/opt/rustwide/target/debug/deps/liblibc-e0846f52673851a4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lavdevice" "-lraw1394" "-lavc1394" "-lrom1394" "-liec61883" "-ljack" "-lopenal" "-lxcb" "-lxcb-shm" "-lxcb-shape" "-lxcb-xfixes" "-lcdio_paranoia" "-lcdio_cdda" "-lcdio" "-ldc1394" "-lasound" "-lcaca" "-lGL" "-lpulse" "-lSDL2" "-lsndio" "-lavfilter" "-lbs2b" "-llilv-0" "-lsratom-0" "-lsord-0" "-lserd-0" "-lrubberband" "-lmysofa" "-lflite_cmu_time_awb" "-lflite_cmu_us_awb" "-lflite_cmu_us_kal" "-lflite_cmu_us_kal16" "-lflite_cmu_us_rms" "-lflite_cmu_us_slt" "-lflite_usenglish" "-lflite_cmulex" "-lflite" "-lfribidi" "-lass" "-lvidstab" "-lgomp" "-lzmq" "-lfontconfig" "-lfreetype" "-lavformat" "-lxml2" "-lbz2" "-lgme" "-lopenmpt" "-lchromaprint" "-lbluray" "-lgnutls" "-lssh" "-lavcodec" "-lvpx" "-lwebpmux" "-llzma" "-lrsvg-2" "-lgio-2.0" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lcairo" "-lzvbi" "-lpng" "-lsnappy" "-lstdc++" "-lz" "-laom" "-lpthread" "-lcodec2" "-lgsm" "-lmp3lame" "-lopenjp2" "-lopus" "-lshine" "-lspeex" "-ltheoraenc" "-ltheoradec" "-logg" "-ltwolame" "-lvorbis" "-lvorbisenc" "-lwavpack" "-lwebp" "-lx264" "-lx265" "-lxvidcore" "-lpostproc" "-lswresample" "-lsoxr" "-lswscale" "-lavutil" "-lva-drm" "-lva-x11" "-lvdpau" "-lm" "-ldrm" "-lOpenCL" "-lva" "-lXv" "-lX11" "-lXext" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lraw1394 [INFO] [stdout] /usr/bin/ld: cannot find -lavc1394 [INFO] [stdout] /usr/bin/ld: cannot find -lrom1394 [INFO] [stdout] /usr/bin/ld: cannot find -liec61883 [INFO] [stdout] /usr/bin/ld: cannot find -ljack [INFO] [stdout] /usr/bin/ld: cannot find -ldc1394 [INFO] [stdout] /usr/bin/ld: cannot find -lcaca [INFO] [stdout] /usr/bin/ld: cannot find -lbs2b [INFO] [stdout] /usr/bin/ld: cannot find -llilv-0 [INFO] [stdout] /usr/bin/ld: cannot find -lsratom-0 [INFO] [stdout] /usr/bin/ld: cannot find -lsord-0 [INFO] [stdout] /usr/bin/ld: cannot find -lserd-0 [INFO] [stdout] /usr/bin/ld: cannot find -lrubberband [INFO] [stdout] /usr/bin/ld: cannot find -lmysofa [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_time_awb [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_awb [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_kal [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_kal16 [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_rms [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_slt [INFO] [stdout] /usr/bin/ld: cannot find -lflite_usenglish [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmulex [INFO] [stdout] /usr/bin/ld: cannot find -lflite [INFO] [stdout] /usr/bin/ld: cannot find -lvidstab [INFO] [stdout] /usr/bin/ld: cannot find -lgme [INFO] [stdout] /usr/bin/ld: cannot find -lopenmpt [INFO] [stdout] /usr/bin/ld: cannot find -lchromaprint [INFO] [stdout] /usr/bin/ld: cannot find -lssh [INFO] [stdout] /usr/bin/ld: cannot find -lvpx [INFO] [stdout] /usr/bin/ld: cannot find -lzvbi [INFO] [stdout] /usr/bin/ld: cannot find -lsnappy [INFO] [stdout] /usr/bin/ld: cannot find -laom [INFO] [stdout] /usr/bin/ld: cannot find -lcodec2 [INFO] [stdout] /usr/bin/ld: cannot find -lgsm [INFO] [stdout] /usr/bin/ld: cannot find -lmp3lame [INFO] [stdout] /usr/bin/ld: cannot find -lopenjp2 [INFO] [stdout] /usr/bin/ld: cannot find -lshine [INFO] [stdout] /usr/bin/ld: cannot find -lspeex [INFO] [stdout] /usr/bin/ld: cannot find -ltwolame [INFO] [stdout] /usr/bin/ld: cannot find -lwavpack [INFO] [stdout] /usr/bin/ld: cannot find -lx265 [INFO] [stdout] /usr/bin/ld: cannot find -lxvidcore [INFO] [stdout] /usr/bin/ld: cannot find -lsoxr [INFO] [stdout] /usr/bin/ld: cannot find -lva-drm [INFO] [stdout] /usr/bin/ld: cannot find -lva-x11 [INFO] [stdout] /usr/bin/ld: cannot find -lvdpau [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 `rusty_ffmpeg` [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/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.rusty_ffmpeg.cbfdm15w-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46" "/opt/rustwide/target/debug/deps/rusty_ffmpeg-249e36a6d2e9cf46.13sp1swix1aczfp0.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" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lavdevice" "-lraw1394" "-lavc1394" "-lrom1394" "-liec61883" "-ljack" "-lopenal" "-lxcb" "-lxcb-shm" "-lxcb-shape" "-lxcb-xfixes" "-lcdio_paranoia" "-lcdio_cdda" "-lcdio" "-ldc1394" "-lasound" "-lcaca" "-lGL" "-lpulse" "-lSDL2" "-lsndio" "-lavfilter" "-lbs2b" "-llilv-0" "-lsratom-0" "-lsord-0" "-lserd-0" "-lrubberband" "-lmysofa" "-lflite_cmu_time_awb" "-lflite_cmu_us_awb" "-lflite_cmu_us_kal" "-lflite_cmu_us_kal16" "-lflite_cmu_us_rms" "-lflite_cmu_us_slt" "-lflite_usenglish" "-lflite_cmulex" "-lflite" "-lfribidi" "-lass" "-lvidstab" "-lgomp" "-lzmq" "-lfontconfig" "-lfreetype" "-lavformat" "-lxml2" "-lbz2" "-lgme" "-lopenmpt" "-lchromaprint" "-lbluray" "-lgnutls" "-lssh" "-lavcodec" "-lvpx" "-lwebpmux" "-llzma" "-lrsvg-2" "-lgio-2.0" "-lgdk_pixbuf-2.0" "-lgobject-2.0" "-lglib-2.0" "-lcairo" "-lzvbi" "-lpng" "-lsnappy" "-lstdc++" "-lz" "-laom" "-lpthread" "-lcodec2" "-lgsm" "-lmp3lame" "-lopenjp2" "-lopus" "-lshine" "-lspeex" "-ltheoraenc" "-ltheoradec" "-logg" "-ltwolame" "-lvorbis" "-lvorbisenc" "-lwavpack" "-lwebp" "-lx264" "-lx265" "-lxvidcore" "-lpostproc" "-lswresample" "-lsoxr" "-lswscale" "-lavutil" "-lva-drm" "-lva-x11" "-lvdpau" "-lm" "-ldrm" "-lOpenCL" "-lva" "-lXv" "-lX11" "-lXext" "-ldl" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblibc-e0846f52673851a4.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lraw1394 [INFO] [stdout] /usr/bin/ld: cannot find -lavc1394 [INFO] [stdout] /usr/bin/ld: cannot find -lrom1394 [INFO] [stdout] /usr/bin/ld: cannot find -liec61883 [INFO] [stdout] /usr/bin/ld: cannot find -ljack [INFO] [stdout] /usr/bin/ld: cannot find -ldc1394 [INFO] [stdout] /usr/bin/ld: cannot find -lcaca [INFO] [stdout] /usr/bin/ld: cannot find -lbs2b [INFO] [stdout] /usr/bin/ld: cannot find -llilv-0 [INFO] [stdout] /usr/bin/ld: cannot find -lsratom-0 [INFO] [stdout] /usr/bin/ld: cannot find -lsord-0 [INFO] [stdout] /usr/bin/ld: cannot find -lserd-0 [INFO] [stdout] /usr/bin/ld: cannot find -lrubberband [INFO] [stdout] /usr/bin/ld: cannot find -lmysofa [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_time_awb [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_awb [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_kal [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_kal16 [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_rms [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmu_us_slt [INFO] [stdout] /usr/bin/ld: cannot find -lflite_usenglish [INFO] [stdout] /usr/bin/ld: cannot find -lflite_cmulex [INFO] [stdout] /usr/bin/ld: cannot find -lflite [INFO] [stdout] /usr/bin/ld: cannot find -lvidstab [INFO] [stdout] /usr/bin/ld: cannot find -lgme [INFO] [stdout] /usr/bin/ld: cannot find -lopenmpt [INFO] [stdout] /usr/bin/ld: cannot find -lchromaprint [INFO] [stdout] /usr/bin/ld: cannot find -lssh [INFO] [stdout] /usr/bin/ld: cannot find -lvpx [INFO] [stdout] /usr/bin/ld: cannot find -lzvbi [INFO] [stdout] /usr/bin/ld: cannot find -lsnappy [INFO] [stdout] /usr/bin/ld: cannot find -laom [INFO] [stdout] /usr/bin/ld: cannot find -lcodec2 [INFO] [stdout] /usr/bin/ld: cannot find -lgsm [INFO] [stdout] /usr/bin/ld: cannot find -lmp3lame [INFO] [stdout] /usr/bin/ld: cannot find -lopenjp2 [INFO] [stdout] /usr/bin/ld: cannot find -lshine [INFO] [stdout] /usr/bin/ld: cannot find -lspeex [INFO] [stdout] /usr/bin/ld: cannot find -ltwolame [INFO] [stdout] /usr/bin/ld: cannot find -lwavpack [INFO] [stdout] /usr/bin/ld: cannot find -lx265 [INFO] [stdout] /usr/bin/ld: cannot find -lxvidcore [INFO] [stdout] /usr/bin/ld: cannot find -lsoxr [INFO] [stdout] /usr/bin/ld: cannot find -lva-drm [INFO] [stdout] /usr/bin/ld: cannot find -lva-x11 [INFO] [stdout] /usr/bin/ld: cannot find -lvdpau [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" "67fe979846544a534934f4efb1b75ccb0cda91c374ac214854dd48769b8fb6f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67fe979846544a534934f4efb1b75ccb0cda91c374ac214854dd48769b8fb6f0", kill_on_drop: false }` [INFO] [stdout] 67fe979846544a534934f4efb1b75ccb0cda91c374ac214854dd48769b8fb6f0