[INFO] updating cached repository https://github.com/Kerollmops/srt-to-csv [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 46d4f5af635c59442aa24fdda5e0704f43b52c0a [INFO] testing Kerollmops/srt-to-csv against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKerollmops%2Fsrt-to-csv" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kerollmops/srt-to-csv on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Kerollmops/srt-to-csv [INFO] finished tweaking git repo https://github.com/Kerollmops/srt-to-csv [INFO] tweaked toml for git repo https://github.com/Kerollmops/srt-to-csv written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Kerollmops/srt-to-csv already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 579997c1370a3ab4a9a5c97d2f7bab1b531dc57b3796cdaf90fbe35bf3dd6f1c [INFO] running `"docker" "start" "-a" "579997c1370a3ab4a9a5c97d2f7bab1b531dc57b3796cdaf90fbe35bf3dd6f1c"` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling main_error v0.1.0 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling srt-to-csv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/srt.rs:108:10 [INFO] [stderr] | [INFO] [stderr] 108 | let (input, subtitles) = fold_many0( [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.93s [INFO] running `"docker" "inspect" "579997c1370a3ab4a9a5c97d2f7bab1b531dc57b3796cdaf90fbe35bf3dd6f1c"` [INFO] running `"docker" "rm" "-f" "579997c1370a3ab4a9a5c97d2f7bab1b531dc57b3796cdaf90fbe35bf3dd6f1c"` [INFO] [stdout] 579997c1370a3ab4a9a5c97d2f7bab1b531dc57b3796cdaf90fbe35bf3dd6f1c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stdout] 9255d7437d4b4f636b21a25f69d2b12cd95c098e2f18e0fa3773f858a7a01586 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9255d7437d4b4f636b21a25f69d2b12cd95c098e2f18e0fa3773f858a7a01586"` [INFO] [stderr] Compiling srt-to-csv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/srt.rs:108:10 [INFO] [stderr] | [INFO] [stderr] 108 | let (input, subtitles) = fold_many0( [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `"docker" "inspect" "9255d7437d4b4f636b21a25f69d2b12cd95c098e2f18e0fa3773f858a7a01586"` [INFO] running `"docker" "rm" "-f" "9255d7437d4b4f636b21a25f69d2b12cd95c098e2f18e0fa3773f858a7a01586"` [INFO] [stdout] 9255d7437d4b4f636b21a25f69d2b12cd95c098e2f18e0fa3773f858a7a01586 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 134266bba60048b0b67a868d722b98e9fbd32a2ac1d0ee3490eec1b980827cf0 [INFO] running `"docker" "start" "-a" "134266bba60048b0b67a868d722b98e9fbd32a2ac1d0ee3490eec1b980827cf0"` [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/srt.rs:108:10 [INFO] [stderr] | [INFO] [stderr] 108 | let (input, subtitles) = fold_many0( [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/srt_to_csv-8ce7a2b71c03bd37 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test srt::tests::easy_two_lines ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "134266bba60048b0b67a868d722b98e9fbd32a2ac1d0ee3490eec1b980827cf0"` [INFO] running `"docker" "rm" "-f" "134266bba60048b0b67a868d722b98e9fbd32a2ac1d0ee3490eec1b980827cf0"` [INFO] [stdout] 134266bba60048b0b67a868d722b98e9fbd32a2ac1d0ee3490eec1b980827cf0