lightspeed_scheduler 0.19.4

An in-process scheduler for periodic jobs. Schedule lets you run Rust functions on a cron-like schedule.
Documentation
Build #299924 2020-10-03T16:01:17.555544+00:00
# rustc version
rustc 1.48.0-nightly (8876ffc92 2020-10-02)
# docs.rs version
docsrs 0.6.0 (0f67257 2020-09-30)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/lightspeed_scheduler-0.19.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/lightspeed_scheduler-0.19.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-j2" "--" "-Z" "unstable-options" "--extern-html-root-url" "log=https://docs.rs/log/0.4.11" "--extern-html-root-url" "time=https://docs.rs/time/0.1.44" "--extern-html-root-url" "chrono_tz=https://docs.rs/chrono-tz/0.5.3" "--extern-html-root-url" "tracing=https://docs.rs/tracing/0.1.21" "--extern-html-root-url" "tokio=https://docs.rs/tokio/0.2.22" "--extern-html-root-url" "tracing_futures=https://docs.rs/tracing-futures/0.2.4" "--extern-html-root-url" "chrono=https://docs.rs/chrono/0.4.19" "--extern-html-root-url" "thiserror=https://docs.rs/thiserror/1.0.20" "--extern-html-root-url" "cron=https://docs.rs/cron/0.6.1" "--extern-html-root-url" "atomic=https://docs.rs/atomic/0.5.0" "--extern-html-root-url" "futures=https://docs.rs/futures/0.3.5" "--resource-suffix" "-20201002-1.48.0-nightly-8876ffc92" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] ecea5df3c55a994c70946ef642b40a0f420e3cf4db4f1b1e3fcf718db89e4862
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "ecea5df3c55a994c70946ef642b40a0f420e3cf4db4f1b1e3fcf718db89e4862", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.42
[INFO] [stderr]    Compiling libc v0.2.78
[INFO] [stderr]    Compiling pin-project-internal v0.4.25
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling proc-macro-hack v0.5.18
[INFO] [stderr]     Checking futures-sink v0.3.5
[INFO] [stderr]     Checking gimli v0.22.0
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking futures-core v0.3.5
[INFO] [stderr]     Checking adler v0.2.3
[INFO] [stderr]     Checking once_cell v1.4.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking object v0.20.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking rustc-demangle v0.1.16
[INFO] [stderr]     Checking pin-project-lite v0.1.10
[INFO] [stderr]     Checking futures-io v0.3.5
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling miniz_oxide v0.4.2
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling atomic v0.5.0
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]     Checking futures-channel v0.3.5
[INFO] [stderr]     Checking futures-task v0.3.5
[INFO] [stderr]     Checking addr2line v0.13.0
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking nom v4.1.1
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking backtrace v0.3.51
[INFO] [stderr]    Compiling chrono-tz v0.5.3
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking error-chain v0.10.0
[INFO] [stderr]     Checking cron v0.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.20
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]     Checking pin-project v0.4.25
[INFO] [stderr]     Checking tracing v0.1.21
[INFO] [stderr]     Checking tokio v0.2.22
[INFO] [stderr]     Checking thiserror v1.0.20
[INFO] [stderr]     Checking futures-util v0.3.5
[INFO] [stderr]     Checking tracing-futures v0.2.4
[INFO] [stderr]     Checking futures-executor v0.3.5
[INFO] [stderr]     Checking futures v0.3.5
[INFO] [stderr]  Documenting lightspeed_scheduler v0.19.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 53.28s
[INFO] running `Command { std: "docker" "inspect" "ecea5df3c55a994c70946ef642b40a0f420e3cf4db4f1b1e3fcf718db89e4862", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecea5df3c55a994c70946ef642b40a0f420e3cf4db4f1b1e3fcf718db89e4862", kill_on_drop: false }`
[INFO] [stdout] ecea5df3c55a994c70946ef642b40a0f420e3cf4db4f1b1e3fcf718db89e4862