[INFO] cloning repository https://github.com/kgeri/ffservice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kgeri/ffservice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgeri%2Fffservice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgeri%2Fffservice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee8d1ffba89cb82e128dfa7688dda4e91905e8c7
[INFO] testing kgeri/ffservice against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkgeri%2Fffservice" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kgeri/ffservice
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/kgeri/ffservice
[INFO] tweaked toml for git repo https://github.com/kgeri/ffservice written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kgeri/ffservice on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kgeri/ffservice already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0bdffbec605b3d651bb28ec6a82f6ec1f4ee3c22da0a488e4364d9d614adade9
[INFO] running `Command { std: "docker" "start" "-a" "0bdffbec605b3d651bb28ec6a82f6ec1f4ee3c22da0a488e4364d9d614adade9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0bdffbec605b3d651bb28ec6a82f6ec1f4ee3c22da0a488e4364d9d614adade9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bdffbec605b3d651bb28ec6a82f6ec1f4ee3c22da0a488e4364d9d614adade9", kill_on_drop: false }`
[INFO] [stdout] 0bdffbec605b3d651bb28ec6a82f6ec1f4ee3c22da0a488e4364d9d614adade9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fef95b48b46a4a927c5f61cef023b4aef72607afead03373af71aedb317633b
[INFO] running `Command { std: "docker" "start" "-a" "5fef95b48b46a4a927c5f61cef023b4aef72607afead03373af71aedb317633b", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling prettyplease v0.2.13
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling syn v2.0.30
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling rustix v0.38.11
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bindgen v0.64.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling bindgen v0.69.1
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling flate2 v1.0.27
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling gimli v0.28.0
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fdeflate v0.3.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling matchit v0.7.2
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling ffmpeg-next v6.1.1
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling png v0.17.10
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling base64 v0.21.3
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling prost-derive v0.12.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling tiff v0.9.0
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling prost v0.12.0
[INFO] [stderr]    Compiling prost-types v0.12.0
[INFO] [stderr]    Compiling exr v1.7.0
[INFO] [stderr]    Compiling prost-build v0.12.0
[INFO] [stderr]    Compiling lib-ffmpeg v0.1.0 (/opt/rustwide/workdir/lib-ffmpeg)
[INFO] [stderr]    Compiling ffmpeg-sys-next v6.1.0
[INFO] [stderr]    Compiling tonic-build v0.10.0
[INFO] [stderr]    Compiling image v0.24.7
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling ffservice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling tonic v0.10.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "5fef95b48b46a4a927c5f61cef023b4aef72607afead03373af71aedb317633b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fef95b48b46a4a927c5f61cef023b4aef72607afead03373af71aedb317633b", kill_on_drop: false }`
[INFO] [stdout] 5fef95b48b46a4a927c5f61cef023b4aef72607afead03373af71aedb317633b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c632f1860eeee33a44f20c1b0362e5dbb5d39f45a5ecc7f942e7705ef4b94638
[INFO] running `Command { std: "docker" "start" "-a" "c632f1860eeee33a44f20c1b0362e5dbb5d39f45a5ecc7f942e7705ef4b94638", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling anstyle v1.0.2
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling synthez-core v0.3.1
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling anstream v0.5.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling typed-builder v0.10.0
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]    Compiling aho-corasick v1.0.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling bstr v1.6.2
[INFO] [stderr]    Compiling synthez-codegen v0.3.1
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling prost-derive v0.12.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling prost v0.12.0
[INFO] [stderr]    Compiling exr v1.7.0
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling synthez v0.3.1
[INFO] [stderr]    Compiling console v0.15.7
[INFO] [stderr]    Compiling prost-types v0.12.0
[INFO] [stderr]    Compiling smart-default v0.7.1
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling inventory v0.3.12
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling terminal_size v0.2.6
[INFO] [stderr]    Compiling clap_builder v4.4.2
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling tiff v0.9.0
[INFO] [stderr]    Compiling bindgen v0.64.0
[INFO] [stderr]    Compiling prost-build v0.12.0
[INFO] [stderr]    Compiling bindgen v0.69.1
[INFO] [stderr]    Compiling globset v0.4.13
[INFO] [stderr]    Compiling cucumber-expressions v0.3.0
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.0.1
[INFO] [stderr]    Compiling tonic-build v0.10.0
[INFO] [stderr]    Compiling image v0.24.7
[INFO] [stderr]    Compiling cucumber-codegen v0.20.0
[INFO] [stderr]    Compiling lazy-regex v3.0.1
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling clap v4.4.2
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling gherkin v0.13.0
[INFO] [stderr]    Compiling ffservice v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ffmpeg-sys-next v6.1.0
[INFO] [stderr]    Compiling cucumber v0.20.0
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling lib-ffmpeg v0.1.0 (/opt/rustwide/workdir/lib-ffmpeg)
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling ffmpeg-next v6.1.1
[INFO] [stderr]    Compiling tonic v0.10.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] running `Command { std: "docker" "inspect" "c632f1860eeee33a44f20c1b0362e5dbb5d39f45a5ecc7f942e7705ef4b94638", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c632f1860eeee33a44f20c1b0362e5dbb5d39f45a5ecc7f942e7705ef4b94638", kill_on_drop: false }`
[INFO] [stdout] c632f1860eeee33a44f20c1b0362e5dbb5d39f45a5ecc7f942e7705ef4b94638
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d511d67bfc7eac861ac4ba0bd84d95c4f21ab43d1ab30dcd9919940734829fbb
[INFO] running `Command { std: "docker" "start" "-a" "d511d67bfc7eac861ac4ba0bd84d95c4f21ab43d1ab30dcd9919940734829fbb", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ffservice-b6e1f4b67b639448)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/client.rs (/opt/rustwide/target/debug/deps/client-7de1b7903052cb07)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/sample.rs (/opt/rustwide/target/debug/deps/sample-64e4f7e70a3412d8)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/server.rs (/opt/rustwide/target/debug/deps/server-ac87fb0db3be4e06)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-ccd9f287e8fad3af)
[INFO] [stdout] Feature: Transcoding video files
[INFO] [stdout]   Scenario: When the server gets a request with a video in it, it responds with a downscaled mp4 and a thumbnail
[INFO] [stdout]    ✔  Given VideoService is running
[INFO] [stdout]    ✘  When a TranscodeRequest with samples/SampleVideo_1280x720_1mb.mp4 is received
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/transcoding.feature:5:5
[INFO] [stdout]       Matched: tests/integration.rs:20:1
[INFO] [stdout]       Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] [Summary]
[INFO] [stdout] 1 feature
[INFO] [stdout] 1 scenario (1 failed)
[INFO] [stdout] 2 steps (1 passed, 1 failed)
[INFO] [stderr]    Doc-tests ffservice
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d511d67bfc7eac861ac4ba0bd84d95c4f21ab43d1ab30dcd9919940734829fbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d511d67bfc7eac861ac4ba0bd84d95c4f21ab43d1ab30dcd9919940734829fbb", kill_on_drop: false }`
[INFO] [stdout] d511d67bfc7eac861ac4ba0bd84d95c4f21ab43d1ab30dcd9919940734829fbb
