[INFO] updating cached repository https://github.com/pepeground/tiemur_bot_rs [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] 2429853a985eeef734e1021dd8862db9afd00e70 [INFO] checking pepeground/tiemur_bot_rs against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpepeground%2Ftiemur_bot_rs" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pepeground/tiemur_bot_rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pepeground/tiemur_bot_rs [INFO] finished tweaking git repo https://github.com/pepeground/tiemur_bot_rs [INFO] tweaked toml for git repo https://github.com/pepeground/tiemur_bot_rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/pepeground/tiemur_bot_rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 716a361b5c66dd562e96ed336f18525846dea152eff4d1a762f4056d6cd0d25c [INFO] running `"docker" "start" "-a" "716a361b5c66dd562e96ed336f18525846dea152eff4d1a762f4056d6cd0d25c"` [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Checking coco v0.2.1 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking bincode v0.8.0 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking envy v0.3.2 [INFO] [stderr] Checking rayon-core v1.3.0 [INFO] [stderr] Checking num-rational v0.1.40 [INFO] [stderr] Checking png v0.7.0 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking telegram-bot-raw v0.5.0 (https://github.com/jeizsm/telegram-bot.git?branch=feature/complex-requests#7b84e31e) [INFO] [stderr] Checking historian v3.0.4 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking sled v0.14.1 [INFO] [stderr] Checking hyper v0.11.9 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking image v0.13.0 [INFO] [stderr] Checking img_hash v2.0.1 [INFO] [stderr] Checking webpki v0.17.0 [INFO] [stderr] Checking sct v0.2.0 [INFO] [stderr] Checking ct-logs v0.2.0 [INFO] [stderr] Checking rustls v0.11.0 [INFO] [stderr] Checking webpki-roots v0.13.0 [INFO] [stderr] Checking tokio-rustls v0.4.0 [INFO] [stderr] Checking hyper-rustls v0.11.0 [INFO] [stderr] Checking telegram-bot v0.5.0 (https://github.com/jeizsm/telegram-bot.git?branch=feature/complex-requests#7b84e31e) [INFO] [stderr] Checking tiemur_bot_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types/mod.rs:228:32 [INFO] [stderr] | [INFO] [stderr] 228 | pub type TiemurFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config/mod.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | pub static ref CONFIG: Config = config(); [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/types/mod.rs:228:32 [INFO] [stderr] | [INFO] [stderr] 228 | pub type TiemurFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/db/mod.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref IMAGE_TREE: Tree = Config::default().path(db_path("image.db")).tree(); [INFO] [stderr] 17 | | static ref USER_TREE: Tree = Config::default().path(db_path("user.db")).tree(); [INFO] [stderr] 18 | | static ref URL_TREE: Tree = Config::default().path(db_path("url.db")).tree(); [INFO] [stderr] ... | [INFO] [stderr] 21 | | pub static ref URL_DB: UrlDB<'static> = UrlDB::new(&URL_TREE); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config/mod.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | pub static ref CONFIG: Config = config(); [INFO] [stderr] 19 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | HyperUriError(::hyper::error::UriError); [INFO] [stderr] 4 | | HyperError(::hyper::Error); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/types/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | HyperUriError(::hyper::error::UriError); [INFO] [stderr] 4 | | HyperError(::hyper::Error); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.21s [INFO] running `"docker" "inspect" "716a361b5c66dd562e96ed336f18525846dea152eff4d1a762f4056d6cd0d25c"` [INFO] running `"docker" "rm" "-f" "716a361b5c66dd562e96ed336f18525846dea152eff4d1a762f4056d6cd0d25c"` [INFO] [stdout] 716a361b5c66dd562e96ed336f18525846dea152eff4d1a762f4056d6cd0d25c