[INFO] cloning repository JonW27/inji [INFO] running `"git" "clone" "--bare" "git://github.com/JonW27/inji.git" "work/cache/sources/gh/JonW27/inji"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/JonW27/inji'... [INFO] running `"git" "clone" "work/cache/sources/gh/JonW27/inji" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JonW27/inji"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JonW27/inji'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/JonW27/inji" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JonW27/inji"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JonW27/inji'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 32e65c3464f63afd175c3a208921679905fb3959 [INFO] sha for GitHub repo JonW27/inji: 32e65c3464f63afd175c3a208921679905fb3959 [INFO] validating manifest of JonW27/inji 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 JonW27/inji 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 JonW27/inji [INFO] finished frobbing JonW27/inji [INFO] frobbed toml for JonW27/inji written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/JonW27/inji/Cargo.toml [INFO] started frobbing JonW27/inji [INFO] finished frobbing JonW27/inji [INFO] frobbed toml for JonW27/inji written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JonW27/inji/Cargo.toml [INFO] crate JonW27/inji already has a lockfile, it will not be regenerated [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 JonW27/inji against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JonW27/inji:/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] c50a10c8576b2be5e9f2698f6ea234693a54a4d1ffed95ca6221b7e8545b2fff [INFO] running `"docker" "start" "-a" "c50a10c8576b2be5e9f2698f6ea234693a54a4d1ffed95ca6221b7e8545b2fff"` [INFO] [stderr] Compiling inji v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/draw.rs:105:87 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn draw_polygons(p : &mut Matrix, s : &mut Vec>, zb : &mut zbuffer, c : [i64; 3], to_backface_cull : bool){ [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_c` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.52s [INFO] running `"docker" "inspect" "c50a10c8576b2be5e9f2698f6ea234693a54a4d1ffed95ca6221b7e8545b2fff"` [INFO] running `"docker" "rm" "-f" "c50a10c8576b2be5e9f2698f6ea234693a54a4d1ffed95ca6221b7e8545b2fff"` [INFO] [stdout] c50a10c8576b2be5e9f2698f6ea234693a54a4d1ffed95ca6221b7e8545b2fff [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JonW27/inji:/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] 50bb2eeac4257499d0b734ad74ac6e55ea268a722374f1a29b711555233acd5c [INFO] running `"docker" "start" "-a" "50bb2eeac4257499d0b734ad74ac6e55ea268a722374f1a29b711555233acd5c"` [INFO] [stderr] Compiling inji v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/draw.rs:105:87 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn draw_polygons(p : &mut Matrix, s : &mut Vec>, zb : &mut zbuffer, c : [i64; 3], to_backface_cull : bool){ [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_c` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `"docker" "inspect" "50bb2eeac4257499d0b734ad74ac6e55ea268a722374f1a29b711555233acd5c"` [INFO] running `"docker" "rm" "-f" "50bb2eeac4257499d0b734ad74ac6e55ea268a722374f1a29b711555233acd5c"` [INFO] [stdout] 50bb2eeac4257499d0b734ad74ac6e55ea268a722374f1a29b711555233acd5c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/JonW27/inji:/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] f90b13227be1be37923c0c765ce4444dbfd15f7994721b6b5e7251fdc941ee8d [INFO] running `"docker" "start" "-a" "f90b13227be1be37923c0c765ce4444dbfd15f7994721b6b5e7251fdc941ee8d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/inji-b16fc36bb6f87fdf [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" "f90b13227be1be37923c0c765ce4444dbfd15f7994721b6b5e7251fdc941ee8d"` [INFO] running `"docker" "rm" "-f" "f90b13227be1be37923c0c765ce4444dbfd15f7994721b6b5e7251fdc941ee8d"` [INFO] [stdout] f90b13227be1be37923c0c765ce4444dbfd15f7994721b6b5e7251fdc941ee8d