[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.38-1/sources/1.37.0/gh/mattbullen/node-rust-ffi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/gh/mattbullen/node-rust-ffi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 mattbullen/node-rust-ffi 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 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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.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] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing mattbullen/node-rust-ffi 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] e041c6ab6ff6e784fbdc81a861edc7d23b44dc7f4b4a7b7c53c0b77a6a1ca8bf [INFO] running `"docker" "start" "-a" "e041c6ab6ff6e784fbdc81a861edc7d23b44dc7f4b4a7b7c53c0b77a6a1ca8bf"` [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 0.93s [INFO] running `"docker" "inspect" "e041c6ab6ff6e784fbdc81a861edc7d23b44dc7f4b4a7b7c53c0b77a6a1ca8bf"` [INFO] running `"docker" "rm" "-f" "e041c6ab6ff6e784fbdc81a861edc7d23b44dc7f4b4a7b7c53c0b77a6a1ca8bf"` [INFO] [stdout] e041c6ab6ff6e784fbdc81a861edc7d23b44dc7f4b4a7b7c53c0b77a6a1ca8bf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 64bd23ac48a8235abd51ef296be88b238b855d5e34e7354fa734c0a71314765f [INFO] running `"docker" "start" "-a" "64bd23ac48a8235abd51ef296be88b238b855d5e34e7354fa734c0a71314765f"` [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 0.48s [INFO] running `"docker" "inspect" "64bd23ac48a8235abd51ef296be88b238b855d5e34e7354fa734c0a71314765f"` [INFO] running `"docker" "rm" "-f" "64bd23ac48a8235abd51ef296be88b238b855d5e34e7354fa734c0a71314765f"` [INFO] [stdout] 64bd23ac48a8235abd51ef296be88b238b855d5e34e7354fa734c0a71314765f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 543d0835bdce5a424a24cfc59a905dbcb8cfddef809d3a5e257df945008db4ef [INFO] running `"docker" "start" "-a" "543d0835bdce5a424a24cfc59a905dbcb8cfddef809d3a5e257df945008db4ef"` [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] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] [stderr] Running /opt/crater/target/debug/deps/cc-364da6847d502f65 [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" "543d0835bdce5a424a24cfc59a905dbcb8cfddef809d3a5e257df945008db4ef"` [INFO] running `"docker" "rm" "-f" "543d0835bdce5a424a24cfc59a905dbcb8cfddef809d3a5e257df945008db4ef"` [INFO] [stdout] 543d0835bdce5a424a24cfc59a905dbcb8cfddef809d3a5e257df945008db4ef