[INFO] cloning repository https://github.com/fabianboesiger/trader [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fabianboesiger/trader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianboesiger%2Ftrader"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianboesiger%2Ftrader'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 304fefa1aad3fcab3b19b5d6c43feb7fc8c43b15 [INFO] testing fabianboesiger/trader against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffabianboesiger%2Ftrader" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fabianboesiger/trader on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fabianboesiger/trader [INFO] finished tweaking git repo https://github.com/fabianboesiger/trader [INFO] tweaked toml for git repo https://github.com/fabianboesiger/trader written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/fabianboesiger/trader already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] e63dc42280872f7c13870fb20c80f164fb67633ba08c0e5410bb8dfb512bd501 [INFO] running `"docker" "start" "-a" "e63dc42280872f7c13870fb20c80f164fb67633ba08c0e5410bb8dfb512bd501"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling pin-project-lite v0.1.6 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling openssl-sys v0.9.57 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling sqlformat v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling bigdecimal v0.1.2 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling websocket-base v0.24.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling websocket v0.24.0 [INFO] [stderr] Compiling pin-project-internal v0.4.19 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.33 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling pin-project v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling sqlx-core v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling sqlx-macros v0.3.5 [INFO] [stderr] Compiling sqlx v0.3.5 [INFO] [stderr] Compiling trader v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: DATABASE_URL not set [INFO] [stderr] --> src/environments/historical.rs:37:27 [INFO] [stderr] | [INFO] [stderr] 37 | self.buffer = sqlx::query_as!( [INFO] [stderr] | ___________________________^ [INFO] [stderr] 38 | | MarketValueChange, [INFO] [stderr] 39 | | " [INFO] [stderr] 40 | | SELECT symbol, value, timestamp * 60 AS timestamp [INFO] [stderr] ... | [INFO] [stderr] 46 | | self.timestamp [INFO] [stderr] 47 | | ) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [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[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(const_generics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `NaiveDateTime` [INFO] [stderr] --> src/environments/historical.rs:4:24 [INFO] [stderr] | [INFO] [stderr] 4 | use chrono::{DateTime, NaiveDateTime, Utc}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::environments::Environment` [INFO] [stderr] --> src/traders/mod.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::environments::Environment; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(indicators::value::Value, indicators::ema::EMA): indicators::Indicator` is not satisfied [INFO] [stderr] --> src/main.rs:22:26 [INFO] [stderr] | [INFO] [stderr] 22 | type Subscriptions = (Value, EMA); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `indicators::Indicator` is not implemented for `(indicators::value::Value, indicators::ema::EMA)` [INFO] [stderr] | [INFO] [stderr] ::: src/traders/mod.rs:11:11 [INFO] [stderr] | [INFO] [stderr] 11 | pub trait Trader [INFO] [stderr] | ------ required by a bound in this [INFO] [stderr] 12 | where [INFO] [stderr] 13 | Self::Subscriptions: Indicator [INFO] [stderr] | --------- required by this bound in `traders::Trader` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] <(T10, T11) as indicators::Indicator> [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `trader`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e63dc42280872f7c13870fb20c80f164fb67633ba08c0e5410bb8dfb512bd501"` [INFO] running `"docker" "rm" "-f" "e63dc42280872f7c13870fb20c80f164fb67633ba08c0e5410bb8dfb512bd501"` [INFO] [stdout] e63dc42280872f7c13870fb20c80f164fb67633ba08c0e5410bb8dfb512bd501