[INFO] updating cached repository https://github.com/fstiffo/scale-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] a6573f78a1b05b57d25653dd0539ee3cdb336bde [INFO] testing fstiffo/scale-rust against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffstiffo%2Fscale-rust" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fstiffo/scale-rust on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fstiffo/scale-rust [INFO] finished tweaking git repo https://github.com/fstiffo/scale-rust [INFO] tweaked toml for git repo https://github.com/fstiffo/scale-rust written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/fstiffo/scale-rust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] fda51cb19ba4486db3594006bcde53870abc33e1f4489a01cbf171bf691173ec [INFO] running `"docker" "start" "-a" "fda51cb19ba4486db3594006bcde53870abc33e1f4489a01cbf171bf691173ec"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling arc-swap v0.3.11 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling array-macro v1.0.3 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling crossterm_utils v0.2.4 [INFO] [stderr] Compiling enum-map-internals v0.1.3 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling crossterm_screen v0.2.4 [INFO] [stderr] Compiling crossterm_cursor v0.2.5 [INFO] [stderr] Compiling crossterm_style v0.3.3 [INFO] [stderr] Compiling crossterm_style v0.4.0 [INFO] [stderr] Compiling crossterm_input v0.3.8 [INFO] [stderr] Compiling crossterm_terminal v0.2.5 [INFO] [stderr] Compiling signal-hook-registry v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling crossterm v0.9.6 [INFO] [stderr] Compiling crossterm v0.10.1 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling enum-map-derive v0.4.1 [INFO] [stderr] Compiling enum-map v0.5.0 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling enumset_derive v0.4.0 [INFO] [stderr] Compiling enumset v0.4.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling cursive v0.12.0 [INFO] [stderr] Compiling scale v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `contabile` [INFO] [stderr] --> src/scale.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | fn contabile(&self, op: &Operazione) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `cassa` [INFO] [stderr] --> src/scale.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn cassa(&self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `print_serialize` [INFO] [stderr] --> src/scale.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn print_serialize(&self) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `save_json` [INFO] [stderr] --> src/scale.rs:179:5 [INFO] [stderr] | [INFO] [stderr] 179 | pub fn save_json(&self) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use(from_ymd)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `"docker" "inspect" "fda51cb19ba4486db3594006bcde53870abc33e1f4489a01cbf171bf691173ec"` [INFO] running `"docker" "rm" "-f" "fda51cb19ba4486db3594006bcde53870abc33e1f4489a01cbf171bf691173ec"` [INFO] [stdout] fda51cb19ba4486db3594006bcde53870abc33e1f4489a01cbf171bf691173ec [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 8fb5ed6da76bd6fa84deda65c76fbe87b71f350cd759e86f786d4a6c03917968 [INFO] running `"docker" "start" "-a" "8fb5ed6da76bd6fa84deda65c76fbe87b71f350cd759e86f786d4a6c03917968"` [INFO] [stderr] Compiling scale v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `contabile` [INFO] [stderr] --> src/scale.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | fn contabile(&self, op: &Operazione) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `cassa` [INFO] [stderr] --> src/scale.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn cassa(&self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `print_serialize` [INFO] [stderr] --> src/scale.rs:171:5 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn print_serialize(&self) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `save_json` [INFO] [stderr] --> src/scale.rs:179:5 [INFO] [stderr] | [INFO] [stderr] 179 | pub fn save_json(&self) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use(from_ymd)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `"docker" "inspect" "8fb5ed6da76bd6fa84deda65c76fbe87b71f350cd759e86f786d4a6c03917968"` [INFO] running `"docker" "rm" "-f" "8fb5ed6da76bd6fa84deda65c76fbe87b71f350cd759e86f786d4a6c03917968"` [INFO] [stdout] 8fb5ed6da76bd6fa84deda65c76fbe87b71f350cd759e86f786d4a6c03917968 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 4af08352b9ca3a1d3cb7666cc8cbced81311cb84bc6a81b4c2b7da9355d69f21 [INFO] running `"docker" "start" "-a" "4af08352b9ca3a1d3cb7666cc8cbced81311cb84bc6a81b4c2b7da9355d69f21"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/scale-bc6f7fbd59e0e688 [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" "4af08352b9ca3a1d3cb7666cc8cbced81311cb84bc6a81b4c2b7da9355d69f21"` [INFO] running `"docker" "rm" "-f" "4af08352b9ca3a1d3cb7666cc8cbced81311cb84bc6a81b4c2b7da9355d69f21"` [INFO] [stdout] 4af08352b9ca3a1d3cb7666cc8cbced81311cb84bc6a81b4c2b7da9355d69f21