Dec 19 11:33:14.077 INFO checking ogata-k/gotta against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 Dec 19 11:33:14.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-3/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/gh/ogata-k/gotta:/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" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 11:33:14.446 INFO [stdout] 5280546bc9b307f6b66a2ed39b72727dc18068ce5f6d36c7b36da6401398909a Dec 19 11:33:14.450 INFO running `"docker" "start" "-a" "5280546bc9b307f6b66a2ed39b72727dc18068ce5f6d36c7b36da6401398909a"` Dec 19 11:33:15.579 INFO [stderr] Checking gif v0.9.2 Dec 19 11:33:15.579 INFO [stderr] Checking flate2 v0.2.20 Dec 19 11:33:15.580 INFO [stderr] Checking num-bigint v0.1.44 Dec 19 11:33:15.580 INFO [stderr] Checking enum_primitive v0.1.1 Dec 19 11:33:15.580 INFO [stderr] Checking jpeg-decoder v0.1.15 Dec 19 11:33:17.237 INFO [stderr] Checking png v0.5.2 Dec 19 11:33:18.508 INFO [stderr] Checking num-rational v0.1.42 Dec 19 11:33:19.612 INFO [stderr] Checking image v0.10.4 Dec 19 11:33:23.297 INFO [stderr] Checking gotta v0.1.0 (/opt/crater/workdir) Dec 19 11:33:23.772 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.772 INFO [stderr] --> src/main.rs:139:9 Dec 19 11:33:23.773 INFO [stderr] | Dec 19 11:33:23.773 INFO [stderr] 139 | writeln!(std::io::stderr(), "Error!:number of the argument for this program is not 7"); Dec 19 11:33:23.773 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.773 INFO [stderr] | Dec 19 11:33:23.774 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 19 11:33:23.774 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.774 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.774 INFO [stderr] Dec 19 11:33:23.775 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.775 INFO [stderr] --> src/main.rs:140:9 Dec 19 11:33:23.775 INFO [stderr] | Dec 19 11:33:23.776 INFO [stderr] 140 | writeln!(std::io::stderr(), "Useage:"); Dec 19 11:33:23.776 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.776 INFO [stderr] | Dec 19 11:33:23.776 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.777 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.777 INFO [stderr] Dec 19 11:33:23.777 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.778 INFO [stderr] --> src/main.rs:141:9 Dec 19 11:33:23.778 INFO [stderr] | Dec 19 11:33:23.778 INFO [stderr] 141 | writeln!(std::io::stderr(), "\tgotta dir k1 k2 g t w h\n"); Dec 19 11:33:23.778 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.779 INFO [stderr] | Dec 19 11:33:23.779 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.779 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.780 INFO [stderr] Dec 19 11:33:23.780 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.780 INFO [stderr] --> src/main.rs:142:9 Dec 19 11:33:23.781 INFO [stderr] | Dec 19 11:33:23.781 INFO [stderr] 142 | writeln!(std::io::stderr(), "* all argument without dir is integer of 16bit"); Dec 19 11:33:23.781 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.782 INFO [stderr] | Dec 19 11:33:23.782 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.782 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.783 INFO [stderr] Dec 19 11:33:23.783 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.783 INFO [stderr] --> src/main.rs:143:9 Dec 19 11:33:23.784 INFO [stderr] | Dec 19 11:33:23.784 INFO [stderr] 143 | writeln!(std::io::stderr(), "* dir is target-directory for generateing images. if dir does not exist, this program occured error"); Dec 19 11:33:23.784 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.785 INFO [stderr] | Dec 19 11:33:23.785 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.785 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.785 INFO [stderr] Dec 19 11:33:23.786 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.786 INFO [stderr] --> src/main.rs:144:9 Dec 19 11:33:23.786 INFO [stderr] | Dec 19 11:33:23.787 INFO [stderr] 144 | writeln!(std::io::stderr(), "* k1, k2, g are parameters for simulation"); Dec 19 11:33:23.787 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.787 INFO [stderr] | Dec 19 11:33:23.788 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.788 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.788 INFO [stderr] Dec 19 11:33:23.789 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.789 INFO [stderr] --> src/main.rs:145:9 Dec 19 11:33:23.789 INFO [stderr] | Dec 19 11:33:23.790 INFO [stderr] 145 | writeln!(std::io::stderr(), "* w is width of image"); Dec 19 11:33:23.790 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.790 INFO [stderr] | Dec 19 11:33:23.790 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.791 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.791 INFO [stderr] Dec 19 11:33:23.792 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.792 INFO [stderr] --> src/main.rs:146:9 Dec 19 11:33:23.792 INFO [stderr] | Dec 19 11:33:23.792 INFO [stderr] 146 | writeln!(std::io::stderr(), "* h is height of image"); Dec 19 11:33:23.793 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.793 INFO [stderr] | Dec 19 11:33:23.793 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.794 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.794 INFO [stderr] Dec 19 11:33:23.794 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:23.794 INFO [stderr] --> src/main.rs:147:9 Dec 19 11:33:23.795 INFO [stderr] | Dec 19 11:33:23.795 INFO [stderr] 147 | writeln!(std::io::stderr(), "* t is time of simulation"); Dec 19 11:33:23.795 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:23.796 INFO [stderr] | Dec 19 11:33:23.796 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:23.796 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:23.796 INFO [stderr] Dec 19 11:33:24.029 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.029 INFO [stderr] --> src/main.rs:139:9 Dec 19 11:33:24.029 INFO [stderr] | Dec 19 11:33:24.030 INFO [stderr] 139 | writeln!(std::io::stderr(), "Error!:number of the argument for this program is not 7"); Dec 19 11:33:24.030 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.030 INFO [stderr] | Dec 19 11:33:24.031 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 19 11:33:24.031 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.031 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.031 INFO [stderr] Dec 19 11:33:24.031 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.031 INFO [stderr] --> src/main.rs:140:9 Dec 19 11:33:24.031 INFO [stderr] | Dec 19 11:33:24.031 INFO [stderr] 140 | writeln!(std::io::stderr(), "Useage:"); Dec 19 11:33:24.031 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.031 INFO [stderr] | Dec 19 11:33:24.031 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.031 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.031 INFO [stderr] Dec 19 11:33:24.031 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.031 INFO [stderr] --> src/main.rs:141:9 Dec 19 11:33:24.031 INFO [stderr] | Dec 19 11:33:24.031 INFO [stderr] 141 | writeln!(std::io::stderr(), "\tgotta dir k1 k2 g t w h\n"); Dec 19 11:33:24.031 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.031 INFO [stderr] | Dec 19 11:33:24.031 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.031 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.032 INFO [stderr] Dec 19 11:33:24.032 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.032 INFO [stderr] --> src/main.rs:142:9 Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.032 INFO [stderr] 142 | writeln!(std::io::stderr(), "* all argument without dir is integer of 16bit"); Dec 19 11:33:24.032 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.032 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.032 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.032 INFO [stderr] Dec 19 11:33:24.032 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.032 INFO [stderr] --> src/main.rs:143:9 Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.032 INFO [stderr] 143 | writeln!(std::io::stderr(), "* dir is target-directory for generateing images. if dir does not exist, this program occured error"); Dec 19 11:33:24.032 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.032 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.032 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.032 INFO [stderr] Dec 19 11:33:24.032 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.032 INFO [stderr] --> src/main.rs:144:9 Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.032 INFO [stderr] 144 | writeln!(std::io::stderr(), "* k1, k2, g are parameters for simulation"); Dec 19 11:33:24.032 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.032 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.032 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.032 INFO [stderr] Dec 19 11:33:24.032 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.032 INFO [stderr] --> src/main.rs:145:9 Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.032 INFO [stderr] 145 | writeln!(std::io::stderr(), "* w is width of image"); Dec 19 11:33:24.032 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.032 INFO [stderr] | Dec 19 11:33:24.033 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.033 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.033 INFO [stderr] Dec 19 11:33:24.033 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.033 INFO [stderr] --> src/main.rs:146:9 Dec 19 11:33:24.033 INFO [stderr] | Dec 19 11:33:24.033 INFO [stderr] 146 | writeln!(std::io::stderr(), "* h is height of image"); Dec 19 11:33:24.033 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.033 INFO [stderr] | Dec 19 11:33:24.033 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.033 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.033 INFO [stderr] Dec 19 11:33:24.033 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 19 11:33:24.033 INFO [stderr] --> src/main.rs:147:9 Dec 19 11:33:24.033 INFO [stderr] | Dec 19 11:33:24.033 INFO [stderr] 147 | writeln!(std::io::stderr(), "* t is time of simulation"); Dec 19 11:33:24.033 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 19 11:33:24.033 INFO [stderr] | Dec 19 11:33:24.033 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 19 11:33:24.033 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 19 11:33:24.033 INFO [stderr] Dec 19 11:33:24.109 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.64s Dec 19 11:33:25.410 INFO running `"docker" "inspect" "5280546bc9b307f6b66a2ed39b72727dc18068ce5f6d36c7b36da6401398909a"` Dec 19 11:33:25.746 INFO running `"docker" "rm" "-f" "5280546bc9b307f6b66a2ed39b72727dc18068ce5f6d36c7b36da6401398909a"` Dec 19 11:33:26.100 INFO [stdout] 5280546bc9b307f6b66a2ed39b72727dc18068ce5f6d36c7b36da6401398909a