[INFO] updating cached repository mattbullen/node-rust-ffi [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mattbullen/node-rust-ffi [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mattbullen/node-rust-ffi" "work/ex/beta-1.37-6/sources/1.36.0/gh/mattbullen/node-rust-ffi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/mattbullen/node-rust-ffi'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mattbullen/node-rust-ffi" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mattbullen/node-rust-ffi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mattbullen/node-rust-ffi'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9f3def7f9aac3083bfd6e04a2dad3f591d50688b [INFO] sha for GitHub repo mattbullen/node-rust-ffi: 9f3def7f9aac3083bfd6e04a2dad3f591d50688b [INFO] validating manifest of mattbullen/node-rust-ffi on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mattbullen/node-rust-ffi on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mattbullen/node-rust-ffi [INFO] finished frobbing mattbullen/node-rust-ffi [INFO] frobbed toml for mattbullen/node-rust-ffi written to work/ex/beta-1.37-6/sources/1.36.0/gh/mattbullen/node-rust-ffi/Cargo.toml [INFO] started frobbing mattbullen/node-rust-ffi [INFO] finished frobbing mattbullen/node-rust-ffi [INFO] frobbed toml for mattbullen/node-rust-ffi written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mattbullen/node-rust-ffi/Cargo.toml [INFO] crate mattbullen/node-rust-ffi already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/mattbullen/node-rust-ffi/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mattbullen/node-rust-ffi against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mattbullen/node-rust-ffi:/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-07-23" "build" "--frozen"` [INFO] [stdout] fe6257b6e5378e69d2558ae07b31762b8e79d7474c435a4582f9deb5004453ad [INFO] running `"docker" "start" "-a" "fe6257b6e5378e69d2558ae07b31762b8e79d7474c435a4582f9deb5004453ad"` [INFO] [stderr] warning: path `/opt/crater/workdir/src/cc.rs` was erroneously implicitly accepted for library `cc`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Compiling cc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/cc.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use libc::{c_char, uint32_t}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/cc.rs:8:56 [INFO] [stderr] | [INFO] [stderr] 8 | pub extern fn how_many_characters(s: *const c_char) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/cc.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | r_str.chars().count() as uint32_t [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "fe6257b6e5378e69d2558ae07b31762b8e79d7474c435a4582f9deb5004453ad"` [INFO] running `"docker" "rm" "-f" "fe6257b6e5378e69d2558ae07b31762b8e79d7474c435a4582f9deb5004453ad"` [INFO] [stdout] fe6257b6e5378e69d2558ae07b31762b8e79d7474c435a4582f9deb5004453ad [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mattbullen/node-rust-ffi:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] e8278c59d38bddaf9dfe219d73ae34c883a2cf62ef87f143c26ae7ea971f9239 [INFO] running `"docker" "start" "-a" "e8278c59d38bddaf9dfe219d73ae34c883a2cf62ef87f143c26ae7ea971f9239"` [INFO] [stderr] warning: path `/opt/crater/workdir/src/cc.rs` was erroneously implicitly accepted for library `cc`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Compiling cc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/cc.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use libc::{c_char, uint32_t}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/cc.rs:8:56 [INFO] [stderr] | [INFO] [stderr] 8 | pub extern fn how_many_characters(s: *const c_char) -> uint32_t { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint32_t': Use u32 instead. [INFO] [stderr] --> src/cc.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | r_str.chars().count() as uint32_t [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "e8278c59d38bddaf9dfe219d73ae34c883a2cf62ef87f143c26ae7ea971f9239"` [INFO] running `"docker" "rm" "-f" "e8278c59d38bddaf9dfe219d73ae34c883a2cf62ef87f143c26ae7ea971f9239"` [INFO] [stdout] e8278c59d38bddaf9dfe219d73ae34c883a2cf62ef87f143c26ae7ea971f9239 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/mattbullen/node-rust-ffi:/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-07-23" "test" "--frozen"` [INFO] [stdout] df31105dc5004b604ef29aee561bc62a6fd08b0dad40e84db7c9c6af0b4174b4 [INFO] running `"docker" "start" "-a" "df31105dc5004b604ef29aee561bc62a6fd08b0dad40e84db7c9c6af0b4174b4"` [INFO] [stderr] warning: path `/opt/crater/workdir/src/cc.rs` was erroneously implicitly accepted for library `cc`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/cc-4f2fe70b152086bb [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "df31105dc5004b604ef29aee561bc62a6fd08b0dad40e84db7c9c6af0b4174b4"` [INFO] running `"docker" "rm" "-f" "df31105dc5004b604ef29aee561bc62a6fd08b0dad40e84db7c9c6af0b4174b4"` [INFO] [stdout] df31105dc5004b604ef29aee561bc62a6fd08b0dad40e84db7c9c6af0b4174b4