[INFO] cloning repository nextialab/Tepostli [INFO] running `"git" "clone" "--bare" "git://github.com/nextialab/Tepostli.git" "work/cache/sources/gh/nextialab/Tepostli"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/nextialab/Tepostli'... [INFO] running `"git" "clone" "work/cache/sources/gh/nextialab/Tepostli" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nextialab/Tepostli"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nextialab/Tepostli'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nextialab/Tepostli" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nextialab/Tepostli"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nextialab/Tepostli'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 37d9d62c63df19d638f72fc38e6111611663b168 [INFO] sha for GitHub repo nextialab/Tepostli: 37d9d62c63df19d638f72fc38e6111611663b168 [INFO] validating manifest of nextialab/Tepostli 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 nextialab/Tepostli 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 nextialab/Tepostli [INFO] finished frobbing nextialab/Tepostli [INFO] frobbed toml for nextialab/Tepostli written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/nextialab/Tepostli/Cargo.toml [INFO] started frobbing nextialab/Tepostli [INFO] finished frobbing nextialab/Tepostli [INFO] frobbed toml for nextialab/Tepostli written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/nextialab/Tepostli/Cargo.toml [INFO] crate nextialab/Tepostli 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nextialab/Tepostli 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/gh/nextialab/Tepostli:/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] e0aaf632360a4650752f0d77202ba41a124fdc56b722fdcad359169487db8611 [INFO] running `"docker" "start" "-a" "e0aaf632360a4650752f0d77202ba41a124fdc56b722fdcad359169487db8611"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling tepostli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable `port` is assigned to, but never used [INFO] [stderr] --> src/main.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | let port: u16; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] = note: consider using `_port` instead [INFO] [stderr] [INFO] [stderr] warning: value assigned to `port` is never read [INFO] [stderr] --> src/main.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | port = next_port; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "e0aaf632360a4650752f0d77202ba41a124fdc56b722fdcad359169487db8611"` [INFO] running `"docker" "rm" "-f" "e0aaf632360a4650752f0d77202ba41a124fdc56b722fdcad359169487db8611"` [INFO] [stdout] e0aaf632360a4650752f0d77202ba41a124fdc56b722fdcad359169487db8611 [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/gh/nextialab/Tepostli:/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] 6c46092cb65d80a515059d876af94c9a4ac5700a07dc5f03c4478525831893e6 [INFO] running `"docker" "start" "-a" "6c46092cb65d80a515059d876af94c9a4ac5700a07dc5f03c4478525831893e6"` [INFO] [stderr] Compiling tepostli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable `port` is assigned to, but never used [INFO] [stderr] --> src/main.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | let port: u16; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] = note: consider using `_port` instead [INFO] [stderr] [INFO] [stderr] warning: value assigned to `port` is never read [INFO] [stderr] --> src/main.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | port = next_port; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `"docker" "inspect" "6c46092cb65d80a515059d876af94c9a4ac5700a07dc5f03c4478525831893e6"` [INFO] running `"docker" "rm" "-f" "6c46092cb65d80a515059d876af94c9a4ac5700a07dc5f03c4478525831893e6"` [INFO] [stdout] 6c46092cb65d80a515059d876af94c9a4ac5700a07dc5f03c4478525831893e6 [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/gh/nextialab/Tepostli:/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] 00601aca39f3d2fbf8294d2664c2bcea7ca66a3a02c6a2e52a9ebf459355e9a6 [INFO] running `"docker" "start" "-a" "00601aca39f3d2fbf8294d2664c2bcea7ca66a3a02c6a2e52a9ebf459355e9a6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/tepostli-f4b527d708a7de5b [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" "00601aca39f3d2fbf8294d2664c2bcea7ca66a3a02c6a2e52a9ebf459355e9a6"` [INFO] running `"docker" "rm" "-f" "00601aca39f3d2fbf8294d2664c2bcea7ca66a3a02c6a2e52a9ebf459355e9a6"` [INFO] [stdout] 00601aca39f3d2fbf8294d2664c2bcea7ca66a3a02c6a2e52a9ebf459355e9a6