[INFO] fetching crate gltf-utils 0.10.1... [INFO] extracting crate gltf-utils 0.10.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gltf-utils/0.10.1 [INFO] extracting crate gltf-utils 0.10.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gltf-utils/0.10.1 [INFO] validating manifest of gltf-utils-0.10.1 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 gltf-utils-0.10.1 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 gltf-utils-0.10.1 [INFO] finished frobbing gltf-utils-0.10.1 [INFO] frobbed toml for gltf-utils-0.10.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gltf-utils/0.10.1/Cargo.toml [INFO] started frobbing gltf-utils-0.10.1 [INFO] finished frobbing gltf-utils-0.10.1 [INFO] frobbed toml for gltf-utils-0.10.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gltf-utils/0.10.1/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] [stderr] Blocking waiting for file lock on package cache lock [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] testing gltf-utils-0.10.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gltf-utils/0.10.1:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 7a95598184601b527f4f10bccee394ea21009cef297800bccf5721bd9b1d0aed [INFO] running `"docker" "start" "-a" "7a95598184601b527f4f10bccee394ea21009cef297800bccf5721bd9b1d0aed"` [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling gltf-derive v0.10.1 [INFO] [stderr] Compiling gltf-json v0.10.1 [INFO] [stderr] Compiling gltf v0.10.1 [INFO] [stderr] warning[E0597]: `buf` does not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/gltf-0.10.1/src/glb.rs:153:35 [INFO] [stderr] | [INFO] [stderr] 113 | impl<'a> Glb<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 153 | Self::from_v2(&buf) [INFO] [stderr] | --------------^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | borrowed value does not live long enough [INFO] [stderr] | argument requires that `buf` is borrowed for `'a` [INFO] [stderr] ... [INFO] [stderr] 161 | } [INFO] [stderr] | - `buf` dropped here while still borrowed [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling gltf-utils v0.10.1 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.89s [INFO] running `"docker" "inspect" "7a95598184601b527f4f10bccee394ea21009cef297800bccf5721bd9b1d0aed"` [INFO] running `"docker" "rm" "-f" "7a95598184601b527f4f10bccee394ea21009cef297800bccf5721bd9b1d0aed"` [INFO] [stdout] 7a95598184601b527f4f10bccee394ea21009cef297800bccf5721bd9b1d0aed [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gltf-utils/0.10.1:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 604b3feba72616c6f8c42fa43f5bfd6e273c7d61a59bb10efcdf92c125b66485 [INFO] running `"docker" "start" "-a" "604b3feba72616c6f8c42fa43f5bfd6e273c7d61a59bb10efcdf92c125b66485"` [INFO] [stderr] Compiling gltf-utils v0.10.1 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.02s [INFO] running `"docker" "inspect" "604b3feba72616c6f8c42fa43f5bfd6e273c7d61a59bb10efcdf92c125b66485"` [INFO] running `"docker" "rm" "-f" "604b3feba72616c6f8c42fa43f5bfd6e273c7d61a59bb10efcdf92c125b66485"` [INFO] [stdout] 604b3feba72616c6f8c42fa43f5bfd6e273c7d61a59bb10efcdf92c125b66485 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gltf-utils/0.10.1:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] ed20727f5ff490c1f376274d3a9f22c1b3b49a15e431ea3b1ffacf8b726c7f8d [INFO] running `"docker" "start" "-a" "ed20727f5ff490c1f376274d3a9f22c1b3b49a15e431ea3b1ffacf8b726c7f8d"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] running 12 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/gltf_utils-9dab439c399c8a45 [INFO] [stdout] test tests::accessor_multi ... ok [INFO] [stdout] test tests::accessor_empty_2 ... ok [INFO] [stdout] test tests::accessor_empty ... ok [INFO] [stdout] test tests::accessor_types ... ok [INFO] [stdout] test tests::accessor_types_2 ... ok [INFO] [stdout] test tests::accessor_single_stride_2 ... ok [INFO] [stdout] test tests::accessor_single_stride ... ok [INFO] [stdout] test tests::accessor_single ... ok [INFO] [stdout] test tests::accessor_single_2 ... ok [INFO] [stdout] test tests::accessor_multi_stride_2 ... ok [INFO] [stdout] test tests::accessor_multi_stride ... ok [INFO] [stdout] test tests::accessor_multi_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests gltf-utils [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" "ed20727f5ff490c1f376274d3a9f22c1b3b49a15e431ea3b1ffacf8b726c7f8d"` [INFO] running `"docker" "rm" "-f" "ed20727f5ff490c1f376274d3a9f22c1b3b49a15e431ea3b1ffacf8b726c7f8d"` [INFO] [stdout] ed20727f5ff490c1f376274d3a9f22c1b3b49a15e431ea3b1ffacf8b726c7f8d