[INFO] updating cached repository Emre-Kul/rust-api [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Emre-Kul/rust-api [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Emre-Kul/rust-api" "work/ex/beta-1.38-1/sources/1.37.0/gh/Emre-Kul/rust-api"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Emre-Kul/rust-api'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Emre-Kul/rust-api" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Emre-Kul/rust-api"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Emre-Kul/rust-api'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fc25d4c729aaf0e1fe411266265c575fd0b9a695 [INFO] sha for GitHub repo Emre-Kul/rust-api: fc25d4c729aaf0e1fe411266265c575fd0b9a695 [INFO] validating manifest of Emre-Kul/rust-api on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Emre-Kul/rust-api on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Emre-Kul/rust-api [INFO] finished frobbing Emre-Kul/rust-api [INFO] frobbed toml for Emre-Kul/rust-api written to work/ex/beta-1.38-1/sources/1.37.0/gh/Emre-Kul/rust-api/Cargo.toml [INFO] started frobbing Emre-Kul/rust-api [INFO] finished frobbing Emre-Kul/rust-api [INFO] frobbed toml for Emre-Kul/rust-api written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Emre-Kul/rust-api/Cargo.toml [INFO] crate Emre-Kul/rust-api already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Emre-Kul/rust-api/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.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Emre-Kul/rust-api against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Emre-Kul/rust-api:/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.37.0" "build" "--frozen"` [INFO] [stdout] 859b98e546b37d7769d7e7d3b9b96d8cb7a783a2eafcc96a759f2145dece0871 [INFO] running `"docker" "start" "-a" "859b98e546b37d7769d7e7d3b9b96d8cb7a783a2eafcc96a759f2145dece0871"` [INFO] [stderr] Compiling safemem v0.3.2 [INFO] [stderr] Compiling groupable v0.2.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling rest-nickel-api v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `save_note` [INFO] [stderr] --> src/controllers/notes.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn save_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_note` [INFO] [stderr] --> src/controllers/notes.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn get_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `delete_note` [INFO] [stderr] --> src/controllers/notes.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn delete_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `update_note` [INFO] [stderr] --> src/controllers/notes.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn update_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | server.listen("0.0.0.0:6767"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.97s [INFO] running `"docker" "inspect" "859b98e546b37d7769d7e7d3b9b96d8cb7a783a2eafcc96a759f2145dece0871"` [INFO] running `"docker" "rm" "-f" "859b98e546b37d7769d7e7d3b9b96d8cb7a783a2eafcc96a759f2145dece0871"` [INFO] [stdout] 859b98e546b37d7769d7e7d3b9b96d8cb7a783a2eafcc96a759f2145dece0871 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Emre-Kul/rust-api:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1905a737cfb764135bd74bb308ba2bd74ce1b30a8955f9e88a4fd6bad8a883d6 [INFO] running `"docker" "start" "-a" "1905a737cfb764135bd74bb308ba2bd74ce1b30a8955f9e88a4fd6bad8a883d6"` [INFO] [stderr] Compiling rest-nickel-api v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `save_note` [INFO] [stderr] --> src/controllers/notes.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn save_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_note` [INFO] [stderr] --> src/controllers/notes.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn get_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `delete_note` [INFO] [stderr] --> src/controllers/notes.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn delete_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `update_note` [INFO] [stderr] --> src/controllers/notes.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn update_note() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | server.listen("0.0.0.0:6767"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `"docker" "inspect" "1905a737cfb764135bd74bb308ba2bd74ce1b30a8955f9e88a4fd6bad8a883d6"` [INFO] running `"docker" "rm" "-f" "1905a737cfb764135bd74bb308ba2bd74ce1b30a8955f9e88a4fd6bad8a883d6"` [INFO] [stdout] 1905a737cfb764135bd74bb308ba2bd74ce1b30a8955f9e88a4fd6bad8a883d6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Emre-Kul/rust-api:/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.37.0" "test" "--frozen"` [INFO] [stdout] b05a1754a9e31c876dfd75c991ceccf11827e1e07a26200e8093f53216387ce0 [INFO] running `"docker" "start" "-a" "b05a1754a9e31c876dfd75c991ceccf11827e1e07a26200e8093f53216387ce0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/rest_nickel_api-ab90849ecc5aa11c [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" "b05a1754a9e31c876dfd75c991ceccf11827e1e07a26200e8093f53216387ce0"` [INFO] running `"docker" "rm" "-f" "b05a1754a9e31c876dfd75c991ceccf11827e1e07a26200e8093f53216387ce0"` [INFO] [stdout] b05a1754a9e31c876dfd75c991ceccf11827e1e07a26200e8093f53216387ce0