[INFO] updating cached repository kosta/rotor-http-sendfile-hack [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kosta/rotor-http-sendfile-hack [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kosta/rotor-http-sendfile-hack" "work/ex/beta-1.37-6/sources/1.36.0/gh/kosta/rotor-http-sendfile-hack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kosta/rotor-http-sendfile-hack'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kosta/rotor-http-sendfile-hack" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kosta/rotor-http-sendfile-hack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kosta/rotor-http-sendfile-hack'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 27765fafdc6fdcb8903542f801c69d37e7582e09 [INFO] sha for GitHub repo kosta/rotor-http-sendfile-hack: 27765fafdc6fdcb8903542f801c69d37e7582e09 [INFO] validating manifest of kosta/rotor-http-sendfile-hack on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kosta/rotor-http-sendfile-hack on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kosta/rotor-http-sendfile-hack [INFO] finished frobbing kosta/rotor-http-sendfile-hack [INFO] frobbed toml for kosta/rotor-http-sendfile-hack written to work/ex/beta-1.37-6/sources/1.36.0/gh/kosta/rotor-http-sendfile-hack/Cargo.toml [INFO] started frobbing kosta/rotor-http-sendfile-hack [INFO] finished frobbing kosta/rotor-http-sendfile-hack [INFO] frobbed toml for kosta/rotor-http-sendfile-hack written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kosta/rotor-http-sendfile-hack/Cargo.toml [INFO] crate kosta/rotor-http-sendfile-hack already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/kosta/rotor-http-sendfile-hack/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kosta/rotor-http-sendfile-hack against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kosta/rotor-http-sendfile-hack:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 0a19867c590efc6259fcffef468f33bc5d5797bac1b48505aec4571b7003aa46 [INFO] running `"docker" "start" "-a" "0a19867c590efc6259fcffef468f33bc5d5797bac1b48505aec4571b7003aa46"` [INFO] [stderr] Compiling netbuf v0.3.8 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling rotor v0.6.3 [INFO] [stderr] Compiling rotor-tools v0.3.2 [INFO] [stderr] Compiling rotor-stream v0.6.2 [INFO] [stderr] Compiling rotor-http v0.7.0 [INFO] [stderr] Compiling rotor-http-sendfile-hack v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `scope` [INFO] [stderr] --> src/main.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | scope: &mut Scope) [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_scope` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `base_path` [INFO] [stderr] --> src/main.rs:24:2 [INFO] [stderr] | [INFO] [stderr] 24 | base_path: String [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Initial` [INFO] [stderr] --> src/main.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | Initial, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `open` [INFO] [stderr] --> src/main.rs:150:1 [INFO] [stderr] | [INFO] [stderr] 150 | fn open(path: &str, flags: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Sendfile` [INFO] [stderr] --> src/main.rs:178:1 [INFO] [stderr] | [INFO] [stderr] 178 | struct Sendfile; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `sendfile` [INFO] [stderr] --> src/main.rs:181:1 [INFO] [stderr] | [INFO] [stderr] 181 | fn sendfile(src: c_int, dst: c_int, count: size_t) -> Sendfile{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.66s [INFO] running `"docker" "inspect" "0a19867c590efc6259fcffef468f33bc5d5797bac1b48505aec4571b7003aa46"` [INFO] running `"docker" "rm" "-f" "0a19867c590efc6259fcffef468f33bc5d5797bac1b48505aec4571b7003aa46"` [INFO] [stdout] 0a19867c590efc6259fcffef468f33bc5d5797bac1b48505aec4571b7003aa46 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kosta/rotor-http-sendfile-hack:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] cba40158362b319c74eef988aef3f6cd8c1342da039135fbed9bb88a46e2f5ff [INFO] running `"docker" "start" "-a" "cba40158362b319c74eef988aef3f6cd8c1342da039135fbed9bb88a46e2f5ff"` [INFO] [stderr] Compiling rotor-http-sendfile-hack v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `scope` [INFO] [stderr] --> src/main.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | scope: &mut Scope) [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_scope` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `base_path` [INFO] [stderr] --> src/main.rs:24:2 [INFO] [stderr] | [INFO] [stderr] 24 | base_path: String [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Initial` [INFO] [stderr] --> src/main.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | Initial, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `open` [INFO] [stderr] --> src/main.rs:150:1 [INFO] [stderr] | [INFO] [stderr] 150 | fn open(path: &str, flags: c_int) -> c_int { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Sendfile` [INFO] [stderr] --> src/main.rs:178:1 [INFO] [stderr] | [INFO] [stderr] 178 | struct Sendfile; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `sendfile` [INFO] [stderr] --> src/main.rs:181:1 [INFO] [stderr] | [INFO] [stderr] 181 | fn sendfile(src: c_int, dst: c_int, count: size_t) -> Sendfile{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `"docker" "inspect" "cba40158362b319c74eef988aef3f6cd8c1342da039135fbed9bb88a46e2f5ff"` [INFO] running `"docker" "rm" "-f" "cba40158362b319c74eef988aef3f6cd8c1342da039135fbed9bb88a46e2f5ff"` [INFO] [stdout] cba40158362b319c74eef988aef3f6cd8c1342da039135fbed9bb88a46e2f5ff [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kosta/rotor-http-sendfile-hack:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 865fa29d262d341e2e62d37d12e897a9e02818737e17cb2311dd390b32cb015a [INFO] running `"docker" "start" "-a" "865fa29d262d341e2e62d37d12e897a9e02818737e17cb2311dd390b32cb015a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rotor_http_sendfile_hack-f17cfba7d4221d33 [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" "865fa29d262d341e2e62d37d12e897a9e02818737e17cb2311dd390b32cb015a"` [INFO] running `"docker" "rm" "-f" "865fa29d262d341e2e62d37d12e897a9e02818737e17cb2311dd390b32cb015a"` [INFO] [stdout] 865fa29d262d341e2e62d37d12e897a9e02818737e17cb2311dd390b32cb015a