[INFO] updating cached repository mozilla/janus-plugin-sfu [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mozilla/janus-plugin-sfu [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mozilla/janus-plugin-sfu" "work/ex/beta-1.38-1/sources/1.37.0/gh/mozilla/janus-plugin-sfu"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mozilla/janus-plugin-sfu'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mozilla/janus-plugin-sfu" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mozilla/janus-plugin-sfu"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mozilla/janus-plugin-sfu'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 389cb8cf770d4160676077bfd6ab1a769c834374 [INFO] sha for GitHub repo mozilla/janus-plugin-sfu: 389cb8cf770d4160676077bfd6ab1a769c834374 [INFO] validating manifest of mozilla/janus-plugin-sfu on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mozilla/janus-plugin-sfu on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mozilla/janus-plugin-sfu [INFO] finished frobbing mozilla/janus-plugin-sfu [INFO] frobbed toml for mozilla/janus-plugin-sfu written to work/ex/beta-1.38-1/sources/1.37.0/gh/mozilla/janus-plugin-sfu/Cargo.toml [INFO] started frobbing mozilla/janus-plugin-sfu [INFO] finished frobbing mozilla/janus-plugin-sfu [INFO] frobbed toml for mozilla/janus-plugin-sfu written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mozilla/janus-plugin-sfu/Cargo.toml [INFO] crate mozilla/janus-plugin-sfu already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mozilla/janus-plugin-sfu against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mozilla/janus-plugin-sfu:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 693aa4d5a04c463f72c9ea76f034590e08329d510bb4dd3cc3fb2295597acb21 [INFO] running `"docker" "start" "-a" "693aa4d5a04c463f72c9ea76f034590e08329d510bb4dd3cc3fb2295597acb21"` [INFO] [stderr] Compiling jansson-sys v0.1.0 [INFO] [stderr] Compiling rust-ini v0.10.3 [INFO] [stderr] Compiling glib-sys v0.4.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling colored v1.7.0 [INFO] [stderr] Compiling syn v0.15.25 [INFO] [stderr] Compiling serde_json v1.0.35 [INFO] [stderr] Compiling multimap v0.4.0 [INFO] [stderr] Compiling janus-plugin-sys v0.6.0 [INFO] [stderr] Compiling janus-plugin v0.11.1 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling jsonwebtoken v5.0.1 [INFO] [stderr] Compiling janus-plugin-sfu v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/auth.rs:18:76 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn from_str(value: &str, key: &[u8]) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/messages.rs:34:70 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn try_parse(val: impl Borrow) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config.rs:29:67 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn from_path>(path: P) -> Result> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:80:66 [INFO] [stderr] | [INFO] [stderr] 80 | fn jansson_to_str(json: &JanssonValue) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:108:50 [INFO] [stderr] | [INFO] [stderr] 108 | type MessageResult = Result>; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:111:41 [INFO] [stderr] | [INFO] [stderr] 111 | type JsepResult = Result>; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:254:65 [INFO] [stderr] | [INFO] [stderr] 254 | fn get_config(config_root: *const c_char) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:659:89 [INFO] [stderr] | [INFO] [stderr] 659 | fn try_parse_jansson(json: &JanssonValue) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/janus_plugin_sfu.janus_plugin_sfu.4lgni67r-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/libjanus_plugin_sfu.so" "-Wl,--version-script=/tmp/rustcRAlce8/list" "/opt/crater/target/debug/deps/janus_plugin_sfu.4n1nvcfdacrt5w22.rcgu.o" "-Wl,--gc-sections" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/ring-373417cdda1e9cc6/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libjsonwebtoken-050a03d0ca759b5c.rlib" "/opt/crater/target/debug/deps/libring-92552f8f477ab8d8.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libbase64-bdd03fc0c3adc63c.rlib" "/opt/crater/target/debug/deps/libsafemem-4334d5f88466080b.rlib" "/opt/crater/target/debug/deps/libbyteorder-9c5019ad5864b905.rlib" "/opt/crater/target/debug/deps/libserde_json-0c9e9d3586c6d883.rlib" "/opt/crater/target/debug/deps/libryu-7c08cdf6a5a70ae2.rlib" "/opt/crater/target/debug/deps/libitoa-e88dc09e47f282cc.rlib" "/opt/crater/target/debug/deps/libjanus_plugin-cb5c5bb66690c778.rlib" "/opt/crater/target/debug/deps/libcolored-f806c709f0c1fd77.rlib" "/opt/crater/target/debug/deps/liblazy_static-024dbe6825df62a4.rlib" "/opt/crater/target/debug/deps/libchrono-5e4fc3891e95f8df.rlib" "/opt/crater/target/debug/deps/libnum_integer-a0cd07deade62d39.rlib" "/opt/crater/target/debug/deps/libnum_traits-6fcbcb1c96aaee98.rlib" "/opt/crater/target/debug/deps/libtime-71e1eb819516faff.rlib" "/opt/crater/target/debug/deps/libjanus_plugin_sys-1ee0de6c0715b9ec.rlib" "/opt/crater/target/debug/deps/libglib_sys-b6e575eaf857ecca.rlib" "/opt/crater/target/debug/deps/libbitflags-f034fe9ef0b445a7.rlib" "/opt/crater/target/debug/deps/liblibc-b0f0f948d53a8552.rlib" "/opt/crater/target/debug/deps/libjansson_sys-029fbb9d351b9c50.rlib" "/opt/crater/target/debug/deps/libbitflags-031756039b29afaf.rlib" "/opt/crater/target/debug/deps/libmultimap-9df5878dece18f11.rlib" "/opt/crater/target/debug/deps/libserde-e7890f08d28dbea0.rlib" "/opt/crater/target/debug/deps/libini-de89dcfb1d47d0c1.rlib" "/opt/crater/target/debug/deps/libatom-213b9a013c33fcf4.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lglib-2.0" "-lutil" "-lutil" "-ljansson" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-shared" [INFO] [stderr] = note: /usr/bin/ld: cannot find -ljansson [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `janus-plugin-sfu`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "693aa4d5a04c463f72c9ea76f034590e08329d510bb4dd3cc3fb2295597acb21"` [INFO] running `"docker" "rm" "-f" "693aa4d5a04c463f72c9ea76f034590e08329d510bb4dd3cc3fb2295597acb21"` [INFO] [stdout] 693aa4d5a04c463f72c9ea76f034590e08329d510bb4dd3cc3fb2295597acb21