[INFO] updating cached repository https://github.com/nguyenhuong791123/rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 68a4d5ea4eacbed39128c54d7d313b914d480d80 [INFO] testing nguyenhuong791123/rust against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnguyenhuong791123%2Frust" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nguyenhuong791123/rust on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nguyenhuong791123/rust [INFO] finished tweaking git repo https://github.com/nguyenhuong791123/rust [INFO] tweaked toml for git repo https://github.com/nguyenhuong791123/rust written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/nguyenhuong791123/rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5a31af56b5d6ab5c421fc92daf5cd3e6a5fe5475d2b0830ec51f18486428f00f [INFO] running `"docker" "start" "-a" "5a31af56b5d6ab5c421fc92daf5cd3e6a5fe5475d2b0830ec51f18486428f00f"` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling safemem v0.3.2 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling libc v0.2.64 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rocket_codegen v0.4.2 [INFO] [stderr] Compiling rocket v0.4.2 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling notify v4.0.14 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling pear_codegen v0.1.2 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.2 [INFO] [stderr] Compiling rocket_http v0.4.2 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling rocket_contrib v0.4.2 [INFO] [stderr] Compiling back v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `todo` [INFO] [stderr] --> src/routes.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn new_todo(todo: Json) -> HogeAccepted> { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_todo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `todoid` [INFO] [stderr] --> src/routes.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn todo_by_id(todoid: u32) -> String { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_todoid` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 02s [INFO] running `"docker" "inspect" "5a31af56b5d6ab5c421fc92daf5cd3e6a5fe5475d2b0830ec51f18486428f00f"` [INFO] running `"docker" "rm" "-f" "5a31af56b5d6ab5c421fc92daf5cd3e6a5fe5475d2b0830ec51f18486428f00f"` [INFO] [stdout] 5a31af56b5d6ab5c421fc92daf5cd3e6a5fe5475d2b0830ec51f18486428f00f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4493da5d1f5a074ba6a689e29dbfb61850b4cadab53f597c610b1a9144d95337 [INFO] running `"docker" "start" "-a" "4493da5d1f5a074ba6a689e29dbfb61850b4cadab53f597c610b1a9144d95337"` [INFO] [stderr] Compiling back v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `todo` [INFO] [stderr] --> src/routes.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn new_todo(todo: Json) -> HogeAccepted> { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_todo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `todoid` [INFO] [stderr] --> src/routes.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn todo_by_id(todoid: u32) -> String { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_todoid` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.12s [INFO] running `"docker" "inspect" "4493da5d1f5a074ba6a689e29dbfb61850b4cadab53f597c610b1a9144d95337"` [INFO] running `"docker" "rm" "-f" "4493da5d1f5a074ba6a689e29dbfb61850b4cadab53f597c610b1a9144d95337"` [INFO] [stdout] 4493da5d1f5a074ba6a689e29dbfb61850b4cadab53f597c610b1a9144d95337 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5a00c4fe91fff089dcc910e3a13d530f15180646c9b243c3a89c220f653a733d [INFO] running `"docker" "start" "-a" "5a00c4fe91fff089dcc910e3a13d530f15180646c9b243c3a89c220f653a733d"` [INFO] [stderr] warning: unused variable: `todo` [INFO] [stderr] --> src/routes.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn new_todo(todo: Json) -> HogeAccepted> { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_todo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `todoid` [INFO] [stderr] --> src/routes.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn todo_by_id(todoid: u32) -> String { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_todoid` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/back-51f13b3a463b0367 [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" "5a00c4fe91fff089dcc910e3a13d530f15180646c9b243c3a89c220f653a733d"` [INFO] running `"docker" "rm" "-f" "5a00c4fe91fff089dcc910e3a13d530f15180646c9b243c3a89c220f653a733d"` [INFO] [stdout] 5a00c4fe91fff089dcc910e3a13d530f15180646c9b243c3a89c220f653a733d