[INFO] cloning repository https://github.com/tmigimatsu/ncollide-cpp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tmigimatsu/ncollide-cpp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmigimatsu%2Fncollide-cpp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmigimatsu%2Fncollide-cpp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2ce714d64af68db9b3d0d4bf4be03139a15ec3d2 [INFO] testing tmigimatsu/ncollide-cpp against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmigimatsu%2Fncollide-cpp" "/workspace/builds/worker-51/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-51/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tmigimatsu/ncollide-cpp on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tmigimatsu/ncollide-cpp [INFO] finished tweaking git repo https://github.com/tmigimatsu/ncollide-cpp [INFO] tweaked toml for git repo https://github.com/tmigimatsu/ncollide-cpp written to /workspace/builds/worker-51/source/Cargo.toml [INFO] crate git repo https://github.com/tmigimatsu/ncollide-cpp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nalgebra v0.21.0 [INFO] [stderr] Downloaded simba v0.1.2 [INFO] [stderr] Downloaded ncollide2d v0.23.0 [INFO] [stderr] Downloaded ncollide3d v0.23.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af55211590ee6a238928bbf1ef0dc845920faa8d86302d7ca88ad5456577543e [INFO] running `Command { std: "docker" "start" "-a" "af55211590ee6a238928bbf1ef0dc845920faa8d86302d7ca88ad5456577543e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af55211590ee6a238928bbf1ef0dc845920faa8d86302d7ca88ad5456577543e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af55211590ee6a238928bbf1ef0dc845920faa8d86302d7ca88ad5456577543e", kill_on_drop: false }` [INFO] [stdout] af55211590ee6a238928bbf1ef0dc845920faa8d86302d7ca88ad5456577543e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbd538e2f87029e55917d55456bbd3d42b50b3cbeba5551c228e20942a814300 [INFO] running `Command { std: "docker" "start" "-a" "cbd538e2f87029e55917d55456bbd3d42b50b3cbeba5551c228e20942a814300", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.21 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling slotmap v0.4.0 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling quote v1.0.5 [INFO] [stderr] Compiling petgraph v0.5.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling paste-impl v0.1.12 [INFO] [stderr] Compiling paste v0.1.12 [INFO] [stderr] Compiling simba v0.1.2 [INFO] [stderr] Compiling nalgebra v0.21.0 [INFO] [stderr] Compiling ncollide2d v0.23.0 [INFO] [stderr] Compiling ncollide3d v0.23.0 [INFO] [stderr] Compiling ncollide2d-cpp v0.1.0 (/opt/rustwide/workdir/ncollide2d-cpp) [INFO] [stderr] Compiling ncollide3d-cpp v0.1.0 (/opt/rustwide/workdir/ncollide3d-cpp) [INFO] [stdout] warning: `extern` fn uses type `str`, which is not FFI-safe [INFO] [stdout] --> ncollide3d-cpp/../src/shape/shape3d.rs:164:51 [INFO] [stdout] | [INFO] [stdout] 164 | extern fn ncollide3d_shape_trimesh_file(filename: &str) -> *mut nc::shape::ShapeHandle { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.01s [INFO] running `Command { std: "docker" "inspect" "cbd538e2f87029e55917d55456bbd3d42b50b3cbeba5551c228e20942a814300", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbd538e2f87029e55917d55456bbd3d42b50b3cbeba5551c228e20942a814300", kill_on_drop: false }` [INFO] [stdout] cbd538e2f87029e55917d55456bbd3d42b50b3cbeba5551c228e20942a814300 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e66ff7ee7a48d6868fef821bb1114743a68092f5a17aa8601f9d989581560eb [INFO] running `Command { std: "docker" "start" "-a" "3e66ff7ee7a48d6868fef821bb1114743a68092f5a17aa8601f9d989581560eb", kill_on_drop: false }` [INFO] [stderr] Compiling ncollide2d-cpp v0.1.0 (/opt/rustwide/workdir/ncollide2d-cpp) [INFO] [stderr] Compiling ncollide3d-cpp v0.1.0 (/opt/rustwide/workdir/ncollide3d-cpp) [INFO] [stdout] warning: `extern` fn uses type `str`, which is not FFI-safe [INFO] [stdout] --> ncollide3d-cpp/../src/shape/shape3d.rs:164:51 [INFO] [stdout] | [INFO] [stdout] 164 | extern fn ncollide3d_shape_trimesh_file(filename: &str) -> *mut nc::shape::ShapeHandle { [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = help: consider using `*const u8` and a length instead [INFO] [stdout] = note: string slices have no C equivalent [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.56s [INFO] running `Command { std: "docker" "inspect" "3e66ff7ee7a48d6868fef821bb1114743a68092f5a17aa8601f9d989581560eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e66ff7ee7a48d6868fef821bb1114743a68092f5a17aa8601f9d989581560eb", kill_on_drop: false }` [INFO] [stdout] 3e66ff7ee7a48d6868fef821bb1114743a68092f5a17aa8601f9d989581560eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 98fd1ddec67432f1e1a59d70b4b60cd265bd3e0cefee0cde5ce6fddda1d6f2c7 [INFO] running `Command { std: "docker" "start" "-a" "98fd1ddec67432f1e1a59d70b4b60cd265bd3e0cefee0cde5ce6fddda1d6f2c7", kill_on_drop: false }` [INFO] [stderr] warning: `extern` fn uses type `str`, which is not FFI-safe [INFO] [stderr] --> ncollide3d-cpp/../src/shape/shape3d.rs:164:51 [INFO] [stderr] | [INFO] [stderr] 164 | extern fn ncollide3d_shape_trimesh_file(filename: &str) -> *mut nc::shape::ShapeHandle { [INFO] [stderr] | ^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stderr] = help: consider using `*const u8` and a length instead [INFO] [stderr] = note: string slices have no C equivalent [INFO] [stderr] [INFO] [stderr] warning: `ncollide3d-cpp` (lib test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ncollide2d_cpp-3f77829a6d3b1285) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ncollide3d_cpp-e41044c92b3cf5d4) [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "98fd1ddec67432f1e1a59d70b4b60cd265bd3e0cefee0cde5ce6fddda1d6f2c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98fd1ddec67432f1e1a59d70b4b60cd265bd3e0cefee0cde5ce6fddda1d6f2c7", kill_on_drop: false }` [INFO] [stdout] 98fd1ddec67432f1e1a59d70b4b60cd265bd3e0cefee0cde5ce6fddda1d6f2c7