[INFO] updating cached repository nayato/length-push [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nayato/length-push [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nayato/length-push" "work/ex/beta-1.37-6/sources/1.36.0/gh/nayato/length-push"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/nayato/length-push'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nayato/length-push" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nayato/length-push"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nayato/length-push'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e11a3187492a061d533f3a5b3c082e1d80a05539 [INFO] sha for GitHub repo nayato/length-push: e11a3187492a061d533f3a5b3c082e1d80a05539 [INFO] validating manifest of nayato/length-push 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 nayato/length-push 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 nayato/length-push [INFO] finished frobbing nayato/length-push [INFO] frobbed toml for nayato/length-push written to work/ex/beta-1.37-6/sources/1.36.0/gh/nayato/length-push/Cargo.toml [INFO] started frobbing nayato/length-push [INFO] finished frobbing nayato/length-push [INFO] frobbed toml for nayato/length-push written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/nayato/length-push/Cargo.toml [INFO] crate nayato/length-push 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nayato/length-push against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nayato/length-push:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 252c439e77f11f4983a8998b2aabe30448e8e31352ff9fefdcb56028b8f7b91d [INFO] running `"docker" "start" "-a" "252c439e77f11f4983a8998b2aabe30448e8e31352ff9fefdcb56028b8f7b91d"` [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling base64 v0.9.2 [INFO] [stderr] Compiling syn v0.14.6 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling sct v0.3.0 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling rustls v0.12.0 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling tokio-rustls v0.5.0 [INFO] [stderr] Compiling length-push v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stderr] --> src/error.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #![allow(unused_doc_comment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `codec::LengthCodec` [INFO] [stderr] --> src/main.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | use codec::LengthCodec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | errors { [INFO] [stderr] 5 | | FrameTooBig(n: Option) { [INFO] [stderr] 6 | | description("Frame is too big") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | errors { [INFO] [stderr] 5 | | FrameTooBig(n: Option) { [INFO] [stderr] 6 | | description("Frame is too big") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/main.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | offset: usize, [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_offset` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `LengthCodec` [INFO] [stderr] --> src/codec.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct LengthCodec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/codec.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn new() -> LengthCodec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.35s [INFO] running `"docker" "inspect" "252c439e77f11f4983a8998b2aabe30448e8e31352ff9fefdcb56028b8f7b91d"` [INFO] running `"docker" "rm" "-f" "252c439e77f11f4983a8998b2aabe30448e8e31352ff9fefdcb56028b8f7b91d"` [INFO] [stdout] 252c439e77f11f4983a8998b2aabe30448e8e31352ff9fefdcb56028b8f7b91d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nayato/length-push:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 95e5b29781d4d9bda5afb379a5199aa3e1e68fad1feda9fe7630679da44099b2 [INFO] running `"docker" "start" "-a" "95e5b29781d4d9bda5afb379a5199aa3e1e68fad1feda9fe7630679da44099b2"` [INFO] [stderr] Compiling length-push v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint `unused_doc_comment` has been renamed to `unused_doc_comments` [INFO] [stderr] --> src/error.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #![allow(unused_doc_comment)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `codec::LengthCodec` [INFO] [stderr] --> src/main.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | use codec::LengthCodec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | errors { [INFO] [stderr] 5 | | FrameTooBig(n: Option) { [INFO] [stderr] 6 | | description("Frame is too big") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | errors { [INFO] [stderr] 5 | | FrameTooBig(n: Option) { [INFO] [stderr] 6 | | description("Frame is too big") [INFO] [stderr] ... | [INFO] [stderr] 14 | | } [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `offset` [INFO] [stderr] --> src/main.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | offset: usize, [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_offset` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `LengthCodec` [INFO] [stderr] --> src/codec.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct LengthCodec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/codec.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn new() -> LengthCodec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `"docker" "inspect" "95e5b29781d4d9bda5afb379a5199aa3e1e68fad1feda9fe7630679da44099b2"` [INFO] running `"docker" "rm" "-f" "95e5b29781d4d9bda5afb379a5199aa3e1e68fad1feda9fe7630679da44099b2"` [INFO] [stdout] 95e5b29781d4d9bda5afb379a5199aa3e1e68fad1feda9fe7630679da44099b2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/nayato/length-push:/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 72f030e679dda1e832cae783a15126ad918825f7979241995bd519fd3484c72f [INFO] running `"docker" "start" "-a" "72f030e679dda1e832cae783a15126ad918825f7979241995bd519fd3484c72f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/length_push-18fc28925496ddae [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" "72f030e679dda1e832cae783a15126ad918825f7979241995bd519fd3484c72f"` [INFO] running `"docker" "rm" "-f" "72f030e679dda1e832cae783a15126ad918825f7979241995bd519fd3484c72f"` [INFO] [stdout] 72f030e679dda1e832cae783a15126ad918825f7979241995bd519fd3484c72f