[INFO] fetching crate turbine_reactive 0.1.0... [INFO] extracting crate turbine_reactive 0.1.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/turbine_reactive/0.1.0 [INFO] extracting crate turbine_reactive 0.1.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/turbine_reactive/0.1.0 [INFO] validating manifest of turbine_reactive-0.1.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of turbine_reactive-0.1.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing turbine_reactive-0.1.0 [INFO] finished frobbing turbine_reactive-0.1.0 [INFO] frobbed toml for turbine_reactive-0.1.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/turbine_reactive/0.1.0/Cargo.toml [INFO] started frobbing turbine_reactive-0.1.0 [INFO] finished frobbing turbine_reactive-0.1.0 [INFO] frobbed toml for turbine_reactive-0.1.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/turbine_reactive/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing turbine_reactive-0.1.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/turbine_reactive/0.1.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] ea2dd9ee19b31ef3317189e17409a658db3290886e362f3391a9e199446b3232 [INFO] running `"docker" "start" "-a" "ea2dd9ee19b31ef3317189e17409a658db3290886e362f3391a9e199446b3232"` [INFO] [stderr] Compiling turbine_reactive v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `vec2_add` is imported redundantly [INFO] [stderr] --> src/eval.rs:438:21 [INFO] [stderr] | [INFO] [stderr] 401 | use vecmath::vec2_add as add; [INFO] [stderr] | ------------------------ the item `vec2_add` is already imported here [INFO] [stderr] ... [INFO] [stderr] 438 | use vecmath::vec2_add as add; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `vec2_scale` is imported redundantly [INFO] [stderr] --> src/eval.rs:439:21 [INFO] [stderr] | [INFO] [stderr] 402 | use vecmath::vec2_scale as scale; [INFO] [stderr] | ---------------------------- the item `vec2_scale` is already imported here [INFO] [stderr] ... [INFO] [stderr] 439 | use vecmath::vec2_scale as scale; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `"docker" "inspect" "ea2dd9ee19b31ef3317189e17409a658db3290886e362f3391a9e199446b3232"` [INFO] running `"docker" "rm" "-f" "ea2dd9ee19b31ef3317189e17409a658db3290886e362f3391a9e199446b3232"` [INFO] [stdout] ea2dd9ee19b31ef3317189e17409a658db3290886e362f3391a9e199446b3232 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/turbine_reactive/0.1.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 4a6667bfc4d453ad418c39b4b189c41138774e0b7ac0dd4dd8d2886d09cb16f1 [INFO] running `"docker" "start" "-a" "4a6667bfc4d453ad418c39b4b189c41138774e0b7ac0dd4dd8d2886d09cb16f1"` [INFO] [stderr] Compiling turbine_reactive v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `vec2_add` is imported redundantly [INFO] [stderr] --> src/eval.rs:438:21 [INFO] [stderr] | [INFO] [stderr] 401 | use vecmath::vec2_add as add; [INFO] [stderr] | ------------------------ the item `vec2_add` is already imported here [INFO] [stderr] ... [INFO] [stderr] 438 | use vecmath::vec2_add as add; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `vec2_scale` is imported redundantly [INFO] [stderr] --> src/eval.rs:439:21 [INFO] [stderr] | [INFO] [stderr] 402 | use vecmath::vec2_scale as scale; [INFO] [stderr] | ---------------------------- the item `vec2_scale` is already imported here [INFO] [stderr] ... [INFO] [stderr] 439 | use vecmath::vec2_scale as scale; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `"docker" "inspect" "4a6667bfc4d453ad418c39b4b189c41138774e0b7ac0dd4dd8d2886d09cb16f1"` [INFO] running `"docker" "rm" "-f" "4a6667bfc4d453ad418c39b4b189c41138774e0b7ac0dd4dd8d2886d09cb16f1"` [INFO] [stdout] 4a6667bfc4d453ad418c39b4b189c41138774e0b7ac0dd4dd8d2886d09cb16f1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/turbine_reactive/0.1.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 6baa4cc8a143d8f06c7cded1d2f0fcb7cef43bf24fd358e3a11a9b5cbb872f96 [INFO] running `"docker" "start" "-a" "6baa4cc8a143d8f06c7cded1d2f0fcb7cef43bf24fd358e3a11a9b5cbb872f96"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/turbine_reactive-d908cec0606218d4 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::environment ... ok [INFO] [stdout] test tests::linalg ... ok [INFO] [stdout] test tests::colors ... ok [INFO] [stdout] test tests::physics_1 ... ok [INFO] [stdout] test tests::physics_2 ... ok [INFO] [stdout] test tests::ref_count ... ok [INFO] [stderr] Doc-tests turbine_reactive [INFO] [stdout] test tests::shapes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/fns.rs - fns::Spline::Contour (line 204) ... ignored [INFO] [stdout] test src/fns.rs - fns::Surface::CurvedQuad (line 236) ... ignored [INFO] [stdout] test src/fns.rs - fns::Surface::Lerp (line 227) ... ignored [INFO] [stdout] test src/fns.rs - fns::Surface::Rect (line 218) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6baa4cc8a143d8f06c7cded1d2f0fcb7cef43bf24fd358e3a11a9b5cbb872f96"` [INFO] running `"docker" "rm" "-f" "6baa4cc8a143d8f06c7cded1d2f0fcb7cef43bf24fd358e3a11a9b5cbb872f96"` [INFO] [stdout] 6baa4cc8a143d8f06c7cded1d2f0fcb7cef43bf24fd358e3a11a9b5cbb872f96