[INFO] updating cached repository ivanovaleksey/janus-streaming-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ivanovaleksey/janus-streaming-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ivanovaleksey/janus-streaming-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/ivanovaleksey/janus-streaming-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ivanovaleksey/janus-streaming-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ivanovaleksey/janus-streaming-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanovaleksey/janus-streaming-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanovaleksey/janus-streaming-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b2cd2752bc4c9bd2e5b6baf095af52d9c758213b [INFO] sha for GitHub repo ivanovaleksey/janus-streaming-rs: b2cd2752bc4c9bd2e5b6baf095af52d9c758213b [INFO] validating manifest of ivanovaleksey/janus-streaming-rs 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 ivanovaleksey/janus-streaming-rs 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 ivanovaleksey/janus-streaming-rs [INFO] finished frobbing ivanovaleksey/janus-streaming-rs [INFO] frobbed toml for ivanovaleksey/janus-streaming-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/ivanovaleksey/janus-streaming-rs/Cargo.toml [INFO] started frobbing ivanovaleksey/janus-streaming-rs [INFO] finished frobbing ivanovaleksey/janus-streaming-rs [INFO] frobbed toml for ivanovaleksey/janus-streaming-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanovaleksey/janus-streaming-rs/Cargo.toml [INFO] crate ivanovaleksey/janus-streaming-rs 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 ivanovaleksey/janus-streaming-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanovaleksey/janus-streaming-rs:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 7bc232a0e63812cadb60a469d6025e5492343688f115e281f5154849661af9d3 [INFO] running `"docker" "start" "-a" "7bc232a0e63812cadb60a469d6025e5492343688f115e281f5154849661af9d3"` [INFO] [stderr] Compiling jansson-sys v0.1.0 [INFO] [stderr] Compiling bitflags v1.0.0 [INFO] [stderr] Compiling serde v1.0.16 [INFO] [stderr] Compiling glib-sys v0.4.0 [INFO] [stderr] Compiling colored v1.5.3 [INFO] [stderr] Compiling nix v0.6.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling janus-plugin-sys v0.1.0 [INFO] [stderr] Compiling janus-plugin v0.2.1 [INFO] [stderr] Compiling amy v0.8.1 [INFO] [stderr] Compiling serde_json v1.0.5 [INFO] [stderr] Compiling janus-streaming-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CHANNEL: Mutex>> = Mutex::new(None); [INFO] [stderr] 36 | | static ref SESSIONS: RwLock>> = RwLock::new(Vec::new()); [INFO] [stderr] 37 | | static ref SOCKETS: RwLock> = RwLock::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CHANNEL: Mutex>> = Mutex::new(None); [INFO] [stderr] 36 | | static ref SESSIONS: RwLock>> = RwLock::new(Vec::new()); [INFO] [stderr] 37 | | static ref SOCKETS: RwLock> = RwLock::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CHANNEL: Mutex>> = Mutex::new(None); [INFO] [stderr] 36 | | static ref SESSIONS: RwLock>> = RwLock::new(Vec::new()); [INFO] [stderr] 37 | | static ref SOCKETS: RwLock> = RwLock::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CHANNEL: Mutex>> = Mutex::new(None); [INFO] [stderr] 36 | | static ref SESSIONS: RwLock>> = RwLock::new(Vec::new()); [INFO] [stderr] 37 | | static ref SOCKETS: RwLock> = RwLock::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CHANNEL: Mutex>> = Mutex::new(None); [INFO] [stderr] 36 | | static ref SESSIONS: RwLock>> = RwLock::new(Vec::new()); [INFO] [stderr] 37 | | static ref SOCKETS: RwLock> = RwLock::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref CHANNEL: Mutex>> = Mutex::new(None); [INFO] [stderr] 36 | | static ref SESSIONS: RwLock>> = RwLock::new(Vec::new()); [INFO] [stderr] 37 | | static ref SOCKETS: RwLock> = RwLock::new(HashMap::new()); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/janus_streaming_rs.janus_streaming_rs.auja5fpy-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/libjanus_streaming_rs.so" "-Wl,--version-script=/tmp/rustcCDsiTn/list" "/opt/crater/target/debug/deps/janus_streaming_rs.h6252gbipszbd30.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/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libserde_json-e3e3cfbdec6abd13.rlib" "/opt/crater/target/debug/deps/libdtoa-76b1f20e1383b735.rlib" "/opt/crater/target/debug/deps/libitoa-91bb7714f7baf050.rlib" "/opt/crater/target/debug/deps/libserde-56acceaf17ee29ed.rlib" "/opt/crater/target/debug/deps/libjanus_plugin-5c72a17eadb58209.rlib" "/opt/crater/target/debug/deps/libcolored-6f8fa05214464d79.rlib" "/opt/crater/target/debug/deps/liblazy_static-35de6a1c14e1763c.rlib" "/opt/crater/target/debug/deps/libchrono-fc7400a5c3929778.rlib" "/opt/crater/target/debug/deps/libnum-3077a27698f8e09a.rlib" "/opt/crater/target/debug/deps/libnum_iter-63ec787f2ecb4d27.rlib" "/opt/crater/target/debug/deps/libnum_integer-4cb28fb72a24b983.rlib" "/opt/crater/target/debug/deps/libnum_traits-5221bafb01d86714.rlib" "/opt/crater/target/debug/deps/libtime-aa08fcbc5476857b.rlib" "/opt/crater/target/debug/deps/libjanus_plugin_sys-478e7565a2120fcc.rlib" "/opt/crater/target/debug/deps/libglib_sys-d4640b757f97aa14.rlib" "/opt/crater/target/debug/deps/libbitflags-87aacccedafc3e9f.rlib" "/opt/crater/target/debug/deps/libjansson_sys-395026ae96fca8f1.rlib" "/opt/crater/target/debug/deps/libbitflags-11d135dabd0b773e.rlib" "/opt/crater/target/debug/deps/libcstr_macro-db9eea8db9692fe3.rlib" "/opt/crater/target/debug/deps/libamy-0756021ddf4d76d7.rlib" "/opt/crater/target/debug/deps/libnix-590050e5af061da6.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/libbitflags-19846806352ac884.rlib" "/opt/crater/target/debug/deps/liblibc-b0ed65905ec1fdc8.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lglib-2.0" "-ljansson" "-lutil" "-lutil" "-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-streaming-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7bc232a0e63812cadb60a469d6025e5492343688f115e281f5154849661af9d3"` [INFO] running `"docker" "rm" "-f" "7bc232a0e63812cadb60a469d6025e5492343688f115e281f5154849661af9d3"` [INFO] [stdout] 7bc232a0e63812cadb60a469d6025e5492343688f115e281f5154849661af9d3