[INFO] cloning repository jeeb/rustly_mpegts [INFO] running `"git" "clone" "--bare" "git://github.com/jeeb/rustly_mpegts.git" "work/cache/sources/gh/jeeb/rustly_mpegts"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jeeb/rustly_mpegts'... [INFO] running `"git" "clone" "work/cache/sources/gh/jeeb/rustly_mpegts" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeeb/rustly_mpegts"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeeb/rustly_mpegts'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jeeb/rustly_mpegts" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeeb/rustly_mpegts"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeeb/rustly_mpegts'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 71cc5e987b107a2620ae99813a06e78a40616d8b [INFO] sha for GitHub repo jeeb/rustly_mpegts: 71cc5e987b107a2620ae99813a06e78a40616d8b [INFO] validating manifest of jeeb/rustly_mpegts 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 jeeb/rustly_mpegts 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 jeeb/rustly_mpegts [INFO] finished frobbing jeeb/rustly_mpegts [INFO] frobbed toml for jeeb/rustly_mpegts written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jeeb/rustly_mpegts/Cargo.toml [INFO] started frobbing jeeb/rustly_mpegts [INFO] finished frobbing jeeb/rustly_mpegts [INFO] frobbed toml for jeeb/rustly_mpegts written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeeb/rustly_mpegts/Cargo.toml [INFO] crate jeeb/rustly_mpegts 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing jeeb/rustly_mpegts against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeeb/rustly_mpegts:/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] 266bb11085519c78c001182dc71c6e00aa3d1091538d2c417bebdaefccb6389e [INFO] running `"docker" "start" "-a" "266bb11085519c78c001182dc71c6e00aa3d1091538d2c417bebdaefccb6389e"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling rustly_mpegts v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `BigEndian`, `ReadBytesExt` [INFO] [stderr] --> src/main.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `has_adaptation_field` [INFO] [stderr] --> src/main.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn has_adaptation_field(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `has_payload` [INFO] [stderr] --> src/main.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn has_payload(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.24s [INFO] running `"docker" "inspect" "266bb11085519c78c001182dc71c6e00aa3d1091538d2c417bebdaefccb6389e"` [INFO] running `"docker" "rm" "-f" "266bb11085519c78c001182dc71c6e00aa3d1091538d2c417bebdaefccb6389e"` [INFO] [stdout] 266bb11085519c78c001182dc71c6e00aa3d1091538d2c417bebdaefccb6389e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeeb/rustly_mpegts:/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] 363b9c6259a18200f8de5691cb9cb46d0af9cf0fc4a5cc9f1bdad7cf18e9a3f3 [INFO] running `"docker" "start" "-a" "363b9c6259a18200f8de5691cb9cb46d0af9cf0fc4a5cc9f1bdad7cf18e9a3f3"` [INFO] [stderr] Compiling rustly_mpegts v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `BigEndian`, `ReadBytesExt` [INFO] [stderr] --> src/main.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `has_adaptation_field` [INFO] [stderr] --> src/main.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn has_adaptation_field(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `has_payload` [INFO] [stderr] --> src/main.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn has_payload(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `"docker" "inspect" "363b9c6259a18200f8de5691cb9cb46d0af9cf0fc4a5cc9f1bdad7cf18e9a3f3"` [INFO] running `"docker" "rm" "-f" "363b9c6259a18200f8de5691cb9cb46d0af9cf0fc4a5cc9f1bdad7cf18e9a3f3"` [INFO] [stdout] 363b9c6259a18200f8de5691cb9cb46d0af9cf0fc4a5cc9f1bdad7cf18e9a3f3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jeeb/rustly_mpegts:/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] a5a70d9ea0cc0d0a9ceff5454eb1b80b64b1308f3e6f5e85e53981609025fb1c [INFO] running `"docker" "start" "-a" "a5a70d9ea0cc0d0a9ceff5454eb1b80b64b1308f3e6f5e85e53981609025fb1c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [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] [stderr] Running /opt/crater/target/debug/deps/rustly_mpegts-c340b4d6c359c091 [INFO] running `"docker" "inspect" "a5a70d9ea0cc0d0a9ceff5454eb1b80b64b1308f3e6f5e85e53981609025fb1c"` [INFO] running `"docker" "rm" "-f" "a5a70d9ea0cc0d0a9ceff5454eb1b80b64b1308f3e6f5e85e53981609025fb1c"` [INFO] [stdout] a5a70d9ea0cc0d0a9ceff5454eb1b80b64b1308f3e6f5e85e53981609025fb1c