[INFO] updating cached repository 3goliad/crondy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/3goliad/crondy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/3goliad/crondy" "work/ex/beta-1.38-1/sources/1.37.0/gh/3goliad/crondy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/3goliad/crondy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/3goliad/crondy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/3goliad/crondy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/3goliad/crondy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7a6abbd566957b4f107a5036964219b64dbda082 [INFO] sha for GitHub repo 3goliad/crondy: 7a6abbd566957b4f107a5036964219b64dbda082 [INFO] validating manifest of 3goliad/crondy 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 3goliad/crondy 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 3goliad/crondy [INFO] finished frobbing 3goliad/crondy [INFO] frobbed toml for 3goliad/crondy written to work/ex/beta-1.38-1/sources/1.37.0/gh/3goliad/crondy/Cargo.toml [INFO] started frobbing 3goliad/crondy [INFO] finished frobbing 3goliad/crondy [INFO] frobbed toml for 3goliad/crondy written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/3goliad/crondy/Cargo.toml [INFO] crate 3goliad/crondy 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing 3goliad/crondy against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/3goliad/crondy:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 02be6b1f5edea84c1fc50f08bd5206bdf652e6930dba0ccea63afd3d5068e3fd [INFO] running `"docker" "start" "-a" "02be6b1f5edea84c1fc50f08bd5206bdf652e6930dba0ccea63afd3d5068e3fd"` [INFO] [stderr] Compiling arc-swap v0.3.1 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Compiling signal-hook v0.1.5 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling pretty_env_logger v0.2.4 [INFO] [stderr] Compiling synstructure v0.10.0 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling crondy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `thread` [INFO] [stderr] --> src/main.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | thread::sleep(wait); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `thread` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `one_minute` in this scope [INFO] [stderr] --> src/main.rs:86:76 [INFO] [stderr] | [INFO] [stderr] 86 | let target = time_running.duration_since(SystemTime::UNIX_EPOCH) + one_minute; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `one_second` in this scope [INFO] [stderr] --> src/main.rs:87:90 [INFO] [stderr] | [INFO] [stderr] 87 | let wait = (target - SystemTime::now().duration_since(SystemTime::UNIX_EPOCH)) + one_second; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `+` cannot be applied to type `std::result::Result` [INFO] [stderr] --> src/main.rs:86:74 [INFO] [stderr] | [INFO] [stderr] 86 | let target = time_running.duration_since(SystemTime::UNIX_EPOCH) + one_minute; [INFO] [stderr] | --------------------------------------------------- ^ ---------- _ [INFO] [stderr] | | [INFO] [stderr] | std::result::Result [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::ops::Add` might be missing for `std::result::Result` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/crontab.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | let mut value = v.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/crontab.rs:107:35 [INFO] [stderr] | [INFO] [stderr] 107 | CrontabLine::Env(name.trim_right().to_string(), value.to_string()) [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0369, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0369`. [INFO] [stderr] error: Could not compile `crondy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "02be6b1f5edea84c1fc50f08bd5206bdf652e6930dba0ccea63afd3d5068e3fd"` [INFO] running `"docker" "rm" "-f" "02be6b1f5edea84c1fc50f08bd5206bdf652e6930dba0ccea63afd3d5068e3fd"` [INFO] [stdout] 02be6b1f5edea84c1fc50f08bd5206bdf652e6930dba0ccea63afd3d5068e3fd