[INFO] updating cached repository https://github.com/rogeruiz/tick [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] ca77cb596be2842284131d3b9c0ac1c5704ab3b9 [INFO] testing rogeruiz/tick against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogeruiz%2Ftick" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rogeruiz/tick on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rogeruiz/tick [INFO] finished tweaking git repo https://github.com/rogeruiz/tick [INFO] tweaked toml for git repo https://github.com/rogeruiz/tick written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/rogeruiz/tick already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 61de8ffb2d7db012c5ed362dbf2bf2fe4ce700aec1c67a573d87aa78eeaceca7 [INFO] running `"docker" "start" "-a" "61de8ffb2d7db012c5ed362dbf2bf2fe4ce700aec1c67a573d87aa78eeaceca7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling gcc v0.3.50 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling cfg-if v0.1.1 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling libsqlite3-sys v0.8.1 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.39 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling diesel v0.13.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling dotenv v0.9.0 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling diesel_infer_schema v0.13.0 [INFO] [stderr] Compiling diesel_codegen v0.13.0 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling dotenv v0.10.0 [INFO] [stderr] Compiling tick v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/schema.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | infer_schema!( "dotenv:DATABASE_URL" ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: called `Result::unwrap()` on an `Err` value: "Failed to load environment variable DATABASE_URL: environment variable not found" [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::schema::timers` [INFO] [stderr] --> src/models.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use super::schema::timers; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `timers` in `schema` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timers` in `schema` [INFO] [stderr] --> src/main.rs:106:25 [INFO] [stderr] | [INFO] [stderr] 106 | use schema::timers::dsl::*; [INFO] [stderr] | ^^^^^^ could not find `timers` in `schema` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timers` in `schema` [INFO] [stderr] --> src/main.rs:152:25 [INFO] [stderr] | [INFO] [stderr] 152 | use schema::timers::dsl::*; [INFO] [stderr] | ^^^^^^ could not find `timers` in `schema` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timers` in `schema` [INFO] [stderr] --> src/main.rs:175:25 [INFO] [stderr] | [INFO] [stderr] 175 | use schema::timers::dsl::*; [INFO] [stderr] | ^^^^^^ could not find `timers` in `schema` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `timers` in `schema` [INFO] [stderr] --> src/main.rs:203:25 [INFO] [stderr] | [INFO] [stderr] 203 | use schema::timers::dsl::*; [INFO] [stderr] | ^^^^^^ could not find `timers` in `schema` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `schema::timers` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use schema::timers; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `timers` in `schema` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `name` in this scope [INFO] [stderr] --> src/main.rs:117:99 [INFO] [stderr] | [INFO] [stderr] 117 | let timer: std::result::Result = timers.filter( name.like( &n ) ) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `running` in this scope [INFO] [stderr] --> src/main.rs:118:26 [INFO] [stderr] | [INFO] [stderr] 118 | .filter( running.eq( 1 ) ) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `running` in this scope [INFO] [stderr] --> src/main.rs:124:33 [INFO] [stderr] | [INFO] [stderr] 124 | .set( ( running.eq( 0 ), end_time.eq( Local::now().timestamp() as i32 ), end_entry.eq( &e ) ) ) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `end_time` in this scope [INFO] [stderr] --> src/main.rs:124:50 [INFO] [stderr] | [INFO] [stderr] 124 | .set( ( running.eq( 0 ), end_time.eq( Local::now().timestamp() as i32 ), end_entry.eq( &e ) ) ) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `end_entry` in this scope [INFO] [stderr] --> src/main.rs:124:98 [INFO] [stderr] | [INFO] [stderr] 124 | .set( ( running.eq( 0 ), end_time.eq( Local::now().timestamp() as i32 ), end_entry.eq( &e ) ) ) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `running` in this scope [INFO] [stderr] --> src/main.rs:135:114 [INFO] [stderr] | [INFO] [stderr] 135 | let latest_timer: std::result::Result = timers.filter( running.eq( 1 ) ).first( &connection ); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `running` in this scope [INFO] [stderr] --> src/main.rs:139:41 [INFO] [stderr] | [INFO] [stderr] 139 | ... .set( ( running.eq( 0 ), end_time.eq( Local::now().timestamp() as i32 ), end_entry.eq( &e ) ) ) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `end_time` in this scope [INFO] [stderr] --> src/main.rs:139:58 [INFO] [stderr] | [INFO] [stderr] 139 | ... .set( ( running.eq( 0 ), end_time.eq( Local::now().timestamp() as i32 ), end_entry.eq( &e ) ) ) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `end_entry` in this scope [INFO] [stderr] --> src/main.rs:139:106 [INFO] [stderr] | [INFO] [stderr] 139 | ... .set( ( running.eq( 0 ), end_time.eq( Local::now().timestamp() as i32 ), end_entry.eq( &e ) ) ) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `id` in this scope [INFO] [stderr] --> src/main.rs:153:41 [INFO] [stderr] | [INFO] [stderr] 153 | let results = timers.order( id.asc() ) [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 9 | use std::process::id; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `running` in this scope [INFO] [stderr] --> src/main.rs:176:42 [INFO] [stderr] | [INFO] [stderr] 176 | let results = timers.filter( running.eq( 1 ) ) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `id` in this scope [INFO] [stderr] --> src/main.rs:177:25 [INFO] [stderr] | [INFO] [stderr] 177 | .order( id.desc() ) [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing this function [INFO] [stderr] | [INFO] [stderr] 9 | use std::process::id; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tick`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "61de8ffb2d7db012c5ed362dbf2bf2fe4ce700aec1c67a573d87aa78eeaceca7"` [INFO] running `"docker" "rm" "-f" "61de8ffb2d7db012c5ed362dbf2bf2fe4ce700aec1c67a573d87aa78eeaceca7"` [INFO] [stdout] 61de8ffb2d7db012c5ed362dbf2bf2fe4ce700aec1c67a573d87aa78eeaceca7