[INFO] crate rust-libindy-wrapper 0.2.13 is already in cache [INFO] extracting crate rust-libindy-wrapper 0.2.13 into work/ex/beta-1.38-1/sources/1.37.0/reg/rust-libindy-wrapper/0.2.13 [INFO] extracting crate rust-libindy-wrapper 0.2.13 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rust-libindy-wrapper/0.2.13 [INFO] validating manifest of rust-libindy-wrapper-0.2.13 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 rust-libindy-wrapper-0.2.13 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 rust-libindy-wrapper-0.2.13 [INFO] finished frobbing rust-libindy-wrapper-0.2.13 [INFO] frobbed toml for rust-libindy-wrapper-0.2.13 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rust-libindy-wrapper/0.2.13/Cargo.toml [INFO] started frobbing rust-libindy-wrapper-0.2.13 [INFO] finished frobbing rust-libindy-wrapper-0.2.13 [INFO] frobbed toml for rust-libindy-wrapper-0.2.13 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rust-libindy-wrapper/0.2.13/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rust-libindy-wrapper-0.2.13 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/reg/rust-libindy-wrapper/0.2.13:/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] 2f9c8c1b7e4817ebb072440ac3e875042462611478e2baf1e163ef65ba1dde44 [INFO] running `"docker" "start" "-a" "2f9c8c1b7e4817ebb072440ac3e875042462611478e2baf1e163ef65ba1dde44"` [INFO] [stderr] Compiling rust-libindy-wrapper v0.2.13 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:44:39 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn convert_cb_ec(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode) + Send` [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/utils/callbacks.rs:46:58 [INFO] [stderr] | [INFO] [stderr] 46 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:73:43 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn convert_cb_ec_i32(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:75:58 [INFO] [stderr] | [INFO] [stderr] 75 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:103:49 [INFO] [stderr] | [INFO] [stderr] 103 | pub fn convert_cb_ec_i32_usize(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle, usize) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:105:58 [INFO] [stderr] | [INFO] [stderr] 105 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle, usize) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:133:46 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn convert_cb_ec_string(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:135:58 [INFO] [stderr] | [INFO] [stderr] 135 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:164:53 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn convert_cb_ec_string_string(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:166:58 [INFO] [stderr] | [INFO] [stderr] 166 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:196:57 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn convert_cb_ec_string_opt_string(closure: Box) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:198:58 [INFO] [stderr] | [INFO] [stderr] 198 | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:227:60 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn convert_cb_ec_string_string_string(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:229:58 [INFO] [stderr] | [INFO] [stderr] 229 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:259:68 [INFO] [stderr] | [INFO] [stderr] 259 | pub fn convert_cb_ec_string_opt_string_opt_string(closure: Box, Option) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:261:58 [INFO] [stderr] | [INFO] [stderr] 261 | static ref CALLBACKS: Mutex, Option) + Send>>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:292:57 [INFO] [stderr] | [INFO] [stderr] 292 | pub fn convert_cb_ec_string_string_u64(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, u64) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:294:59 [INFO] [stderr] | [INFO] [stderr] 294 | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, u64) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:324:45 [INFO] [stderr] | [INFO] [stderr] 324 | pub fn convert_cb_ec_slice(closure: Box) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:326:58 [INFO] [stderr] | [INFO] [stderr] 326 | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:355:52 [INFO] [stderr] | [INFO] [stderr] 355 | pub fn convert_cb_ec_string_slice(closure: Box) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:357:58 [INFO] [stderr] | [INFO] [stderr] 357 | static ref CALLBACKS: Mutex) + Send> >> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:387:44 [INFO] [stderr] | [INFO] [stderr] 387 | pub fn convert_cb_ec_bool(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, bool) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:389:58 [INFO] [stderr] | [INFO] [stderr] 389 | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, bool) + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/callbacks.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | / lazy_static! { [INFO] [stderr] 46 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 47 | | } [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/utils/callbacks.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | / lazy_static! { [INFO] [stderr] 75 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 76 | | } [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/utils/callbacks.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | / lazy_static! { [INFO] [stderr] 105 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 106 | | } [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/utils/callbacks.rs:134:9 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 136 | | } [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/utils/callbacks.rs:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | / lazy_static! { [INFO] [stderr] 166 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 167 | | } [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/utils/callbacks.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | / lazy_static! { [INFO] [stderr] 198 | | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] 199 | | } [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/utils/callbacks.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | / lazy_static! { [INFO] [stderr] 229 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 230 | | } [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/utils/callbacks.rs:260:9 [INFO] [stderr] | [INFO] [stderr] 260 | / lazy_static! { [INFO] [stderr] 261 | | static ref CALLBACKS: Mutex, Option) + Send>>> = Default::default(); [INFO] [stderr] 262 | | } [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/utils/callbacks.rs:293:9 [INFO] [stderr] | [INFO] [stderr] 293 | / lazy_static! { [INFO] [stderr] 294 | | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] 295 | | } [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/utils/callbacks.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | / lazy_static! { [INFO] [stderr] 326 | | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] 327 | | } [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/utils/callbacks.rs:356:9 [INFO] [stderr] | [INFO] [stderr] 356 | / lazy_static! { [INFO] [stderr] 357 | | static ref CALLBACKS: Mutex) + Send> >> = Default::default(); [INFO] [stderr] 358 | | } [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/utils/callbacks.rs:388:9 [INFO] [stderr] | [INFO] [stderr] 388 | / lazy_static! { [INFO] [stderr] 389 | | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] 390 | | } [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::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/sequence.rs:1:48 [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/sequence.rs:6:43 [INFO] [stderr] | [INFO] [stderr] 6 | static ref IDS_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; //TODO use AtomicI32 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/sequence.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | static ref IDS_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; //TODO use AtomicI32 [INFO] [stderr] 7 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 11.59s [INFO] running `"docker" "inspect" "2f9c8c1b7e4817ebb072440ac3e875042462611478e2baf1e163ef65ba1dde44"` [INFO] running `"docker" "rm" "-f" "2f9c8c1b7e4817ebb072440ac3e875042462611478e2baf1e163ef65ba1dde44"` [INFO] [stdout] 2f9c8c1b7e4817ebb072440ac3e875042462611478e2baf1e163ef65ba1dde44 [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/reg/rust-libindy-wrapper/0.2.13:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 2b15aabaddb8909fb328e1266007b8af2886f92477fe823581e54a4eb739216a [INFO] running `"docker" "start" "-a" "2b15aabaddb8909fb328e1266007b8af2886f92477fe823581e54a4eb739216a"` [INFO] [stderr] Compiling rust-libindy-wrapper v0.2.13 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:44:39 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn convert_cb_ec(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode) + Send` [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/utils/callbacks.rs:46:58 [INFO] [stderr] | [INFO] [stderr] 46 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:73:43 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn convert_cb_ec_i32(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:75:58 [INFO] [stderr] | [INFO] [stderr] 75 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:103:49 [INFO] [stderr] | [INFO] [stderr] 103 | pub fn convert_cb_ec_i32_usize(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle, usize) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:105:58 [INFO] [stderr] | [INFO] [stderr] 105 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, IndyHandle, usize) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:133:46 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn convert_cb_ec_string(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:135:58 [INFO] [stderr] | [INFO] [stderr] 135 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:164:53 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn convert_cb_ec_string_string(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:166:58 [INFO] [stderr] | [INFO] [stderr] 166 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:196:57 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn convert_cb_ec_string_opt_string(closure: Box) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:198:58 [INFO] [stderr] | [INFO] [stderr] 198 | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:227:60 [INFO] [stderr] | [INFO] [stderr] 227 | pub fn convert_cb_ec_string_string_string(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:229:58 [INFO] [stderr] | [INFO] [stderr] 229 | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, String) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:259:68 [INFO] [stderr] | [INFO] [stderr] 259 | pub fn convert_cb_ec_string_opt_string_opt_string(closure: Box, Option) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:261:58 [INFO] [stderr] | [INFO] [stderr] 261 | static ref CALLBACKS: Mutex, Option) + Send>>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Option, Option) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:292:57 [INFO] [stderr] | [INFO] [stderr] 292 | pub fn convert_cb_ec_string_string_u64(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, u64) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:294:59 [INFO] [stderr] | [INFO] [stderr] 294 | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, String, u64) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:324:45 [INFO] [stderr] | [INFO] [stderr] 324 | pub fn convert_cb_ec_slice(closure: Box) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:326:58 [INFO] [stderr] | [INFO] [stderr] 326 | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:355:52 [INFO] [stderr] | [INFO] [stderr] 355 | pub fn convert_cb_ec_string_slice(closure: Box) + Send>) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:357:58 [INFO] [stderr] | [INFO] [stderr] 357 | static ref CALLBACKS: Mutex) + Send> >> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, String, Vec) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:387:44 [INFO] [stderr] | [INFO] [stderr] 387 | pub fn convert_cb_ec_bool(closure: Box) -> (IndyHandle, Option) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, bool) + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/utils/callbacks.rs:389:58 [INFO] [stderr] | [INFO] [stderr] 389 | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(ErrorCode, bool) + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/callbacks.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | / lazy_static! { [INFO] [stderr] 46 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 47 | | } [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/utils/callbacks.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | / lazy_static! { [INFO] [stderr] 75 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 76 | | } [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/utils/callbacks.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | / lazy_static! { [INFO] [stderr] 105 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 106 | | } [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/utils/callbacks.rs:134:9 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 136 | | } [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/utils/callbacks.rs:165:9 [INFO] [stderr] | [INFO] [stderr] 165 | / lazy_static! { [INFO] [stderr] 166 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 167 | | } [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/utils/callbacks.rs:197:9 [INFO] [stderr] | [INFO] [stderr] 197 | / lazy_static! { [INFO] [stderr] 198 | | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] 199 | | } [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/utils/callbacks.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | / lazy_static! { [INFO] [stderr] 229 | | static ref CALLBACKS: Mutex>> = Default::default(); [INFO] [stderr] 230 | | } [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/utils/callbacks.rs:260:9 [INFO] [stderr] | [INFO] [stderr] 260 | / lazy_static! { [INFO] [stderr] 261 | | static ref CALLBACKS: Mutex, Option) + Send>>> = Default::default(); [INFO] [stderr] 262 | | } [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/utils/callbacks.rs:293:9 [INFO] [stderr] | [INFO] [stderr] 293 | / lazy_static! { [INFO] [stderr] 294 | | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] 295 | | } [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/utils/callbacks.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | / lazy_static! { [INFO] [stderr] 326 | | static ref CALLBACKS: Mutex) + Send>>> = Default::default(); [INFO] [stderr] 327 | | } [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/utils/callbacks.rs:356:9 [INFO] [stderr] | [INFO] [stderr] 356 | / lazy_static! { [INFO] [stderr] 357 | | static ref CALLBACKS: Mutex) + Send> >> = Default::default(); [INFO] [stderr] 358 | | } [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/utils/callbacks.rs:388:9 [INFO] [stderr] | [INFO] [stderr] 388 | / lazy_static! { [INFO] [stderr] 389 | | static ref CALLBACKS: Mutex >> = Default::default(); [INFO] [stderr] 390 | | } [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::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/sequence.rs:1:48 [INFO] [stderr] | [INFO] [stderr] 1 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/sequence.rs:6:43 [INFO] [stderr] | [INFO] [stderr] 6 | static ref IDS_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; //TODO use AtomicI32 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils/sequence.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | static ref IDS_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; //TODO use AtomicI32 [INFO] [stderr] 7 | | } [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/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.rust_libindy_wrapper.b2znyz82-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462" "/opt/crater/target/debug/deps/rust_libindy_wrapper-2d3b4e9b798b2462.11yczx4didf9nzkh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lindy" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.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" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lindy [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 `rust-libindy-wrapper`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b15aabaddb8909fb328e1266007b8af2886f92477fe823581e54a4eb739216a"` [INFO] running `"docker" "rm" "-f" "2b15aabaddb8909fb328e1266007b8af2886f92477fe823581e54a4eb739216a"` [INFO] [stdout] 2b15aabaddb8909fb328e1266007b8af2886f92477fe823581e54a4eb739216a