[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 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-4/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/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-08-13" "build" "--frozen"` [INFO] [stdout] f11ef39140b048ce312c136c13f2719a36ef61722cd2c636b1cdd62686bd76c1 [INFO] running `"docker" "start" "-a" "f11ef39140b048ce312c136c13f2719a36ef61722cd2c636b1cdd62686bd76c1"` [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.08s [INFO] running `"docker" "inspect" "f11ef39140b048ce312c136c13f2719a36ef61722cd2c636b1cdd62686bd76c1"` [INFO] running `"docker" "rm" "-f" "f11ef39140b048ce312c136c13f2719a36ef61722cd2c636b1cdd62686bd76c1"` [INFO] [stdout] f11ef39140b048ce312c136c13f2719a36ef61722cd2c636b1cdd62686bd76c1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 25dd03795f58f6305bab2c4f0dece625fded1ac46302bb692a425016e4325c8a [INFO] running `"docker" "start" "-a" "25dd03795f58f6305bab2c4f0dece625fded1ac46302bb692a425016e4325c8a"` [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.91s [INFO] running `"docker" "inspect" "25dd03795f58f6305bab2c4f0dece625fded1ac46302bb692a425016e4325c8a"` [INFO] running `"docker" "rm" "-f" "25dd03795f58f6305bab2c4f0dece625fded1ac46302bb692a425016e4325c8a"` [INFO] [stdout] 25dd03795f58f6305bab2c4f0dece625fded1ac46302bb692a425016e4325c8a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/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/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-08-13" "test" "--frozen"` [INFO] [stdout] ff1e38eb83c802c49bdcd9edd5944af1b41525d6790ff52f6bf9c3d816ed14e5 [INFO] running `"docker" "start" "-a" "ff1e38eb83c802c49bdcd9edd5944af1b41525d6790ff52f6bf9c3d816ed14e5"` [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.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/cc-6cf3b5dc24f1adec [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" "ff1e38eb83c802c49bdcd9edd5944af1b41525d6790ff52f6bf9c3d816ed14e5"` [INFO] running `"docker" "rm" "-f" "ff1e38eb83c802c49bdcd9edd5944af1b41525d6790ff52f6bf9c3d816ed14e5"` [INFO] [stdout] ff1e38eb83c802c49bdcd9edd5944af1b41525d6790ff52f6bf9c3d816ed14e5