[INFO] updating cached repository https://github.com/iEAmi/linko [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] 733fbfe5ab35e44a5bb45aa324f29a9469a9cb73 [INFO] checking iEAmi/linko against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FiEAmi%2Flinko" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iEAmi/linko on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/iEAmi/linko [INFO] finished tweaking git repo https://github.com/iEAmi/linko [INFO] tweaked toml for git repo https://github.com/iEAmi/linko written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/iEAmi/linko already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 98d53b05756928a4e7c89580e0b3775a62cafffe3d56c287fd492134ed26b99c [INFO] running `"docker" "start" "-a" "98d53b05756928a4e7c89580e0b3775a62cafffe3d56c287fd492134ed26b99c"` [INFO] [stderr] Checking base32 v0.4.0 [INFO] [stderr] Checking tower-service v0.1.0 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling v_escape_derive v0.5.3 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.13 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking dotenv v0.9.0 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking once_cell v0.1.8 [INFO] [stderr] Checking r2d2 v0.8.4 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Compiling v_escape v0.7.2 [INFO] [stderr] Checking cached v0.8.0 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Compiling v_htmlescape v0.4.3 [INFO] [stderr] Checking tokio v0.1.18 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking trust-dns-proto v0.6.3 [INFO] [stderr] Checking trust-dns-proto v0.5.0 [INFO] [stderr] Checking trust-dns-resolver v0.10.3 [INFO] [stderr] Checking actix v0.7.9 [INFO] [stderr] Checking actix-net v0.2.6 [INFO] [stderr] Checking actix-web v0.7.19 [INFO] [stderr] Checking linko v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/repos.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | / /// Memorized function for reading [`Link`] from db. [INFO] [stderr] 45 | | /// result of the this method cached (using cached crate) if return [`Ok`]. [INFO] [stderr] 46 | | /// [INFO] [stderr] 47 | | /// # Arguments [INFO] [stderr] ... | [INFO] [stderr] 50 | | /// * `link_id` - id of [`Link`] [INFO] [stderr] 51 | | /// [INFO] [stderr] | |_______^ [INFO] [stderr] 52 | / cached_key_result! { [INFO] [stderr] 53 | | READ_LINK: TimedCache = TimedCache::with_lifespan(10 * 60); [INFO] [stderr] 54 | | Key = { link_id }; [INFO] [stderr] 55 | | fn read(conn: &PgConnection, link_id: i64) -> Result = { [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/repos.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | / /// Memorized function for reading [`Link`] from db. [INFO] [stderr] 45 | | /// result of the this method cached (using cached crate) if return [`Ok`]. [INFO] [stderr] 46 | | /// [INFO] [stderr] 47 | | /// # Arguments [INFO] [stderr] ... | [INFO] [stderr] 50 | | /// * `link_id` - id of [`Link`] [INFO] [stderr] 51 | | /// [INFO] [stderr] | |_______^ [INFO] [stderr] 52 | / cached_key_result! { [INFO] [stderr] 53 | | READ_LINK: TimedCache = TimedCache::with_lifespan(10 * 60); [INFO] [stderr] 54 | | Key = { link_id }; [INFO] [stderr] 55 | | fn read(conn: &PgConnection, link_id: i64) -> Result = { [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: function is never used: `update` [INFO] [stderr] --> src/repos.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn update(conn: &PgConnection, link_id: i64, new: Link) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `from_base32` [INFO] [stderr] --> src/utils.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn from_base32(input: &str) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `update` [INFO] [stderr] --> src/repos.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn update(conn: &PgConnection, link_id: i64, new: Link) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `from_base32` [INFO] [stderr] --> src/utils.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn from_base32(input: &str) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s [INFO] running `"docker" "inspect" "98d53b05756928a4e7c89580e0b3775a62cafffe3d56c287fd492134ed26b99c"` [INFO] running `"docker" "rm" "-f" "98d53b05756928a4e7c89580e0b3775a62cafffe3d56c287fd492134ed26b99c"` [INFO] [stdout] 98d53b05756928a4e7c89580e0b3775a62cafffe3d56c287fd492134ed26b99c