[INFO] updating cached repository https://github.com/MathisWellmann/rust_timeseries_generator [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] 8b2928b7cf0f0317226b7490f1a3123501c5fdde [INFO] checking MathisWellmann/rust_timeseries_generator against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathisWellmann%2Frust_timeseries_generator" "/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/MathisWellmann/rust_timeseries_generator on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MathisWellmann/rust_timeseries_generator [INFO] finished tweaking git repo https://github.com/MathisWellmann/rust_timeseries_generator [INFO] tweaked toml for git repo https://github.com/MathisWellmann/rust_timeseries_generator written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/MathisWellmann/rust_timeseries_generator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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=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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1e6e129c6c1d736cbb3c994de47dc3cc989f605e75cc770c85e439d4a89e39d5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1e6e129c6c1d736cbb3c994de47dc3cc989f605e75cc770c85e439d4a89e39d5"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking freetype v0.4.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking servo-fontconfig v0.4.0 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Checking euclid v0.20.7 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking image v0.22.5 [INFO] [stderr] Checking lyon_geom v0.14.1 [INFO] [stderr] Checking lyon_path v0.14.0 [INFO] [stderr] Checking font-kit v0.4.0 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Checking palette v0.5.0 [INFO] [stderr] Checking plotters v0.2.12 [INFO] [stderr] Checking rust_timeseries_generator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gaussian_process` [INFO] [stderr] --> src/gaussian_process.rs:34:14 [INFO] [stderr] | [INFO] [stderr] 34 | let gp = gaussian_process::gaussian_process(1000, 1000.0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `gaussian_process` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plt` [INFO] [stderr] --> src/gaussian_process.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | plt::plt(gp, filename) [INFO] [stderr] | ^^^ use of undeclared type or module `plt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `sine_wave` [INFO] [stderr] --> src/sine_wave.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | let sw = sine_wave::sine_wave(1024); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `sine_wave` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plt` [INFO] [stderr] --> src/sine_wave.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | plt::plt(sw, filename) [INFO] [stderr] | ^^^ use of undeclared type or module `plt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `step_function` [INFO] [stderr] --> src/step_function.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | let sf = step_function::step_function(1000, 500, 100); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `step_function` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plt` [INFO] [stderr] --> src/step_function.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | plt::plt(sf, filename) [INFO] [stderr] | ^^^ use of undeclared type or module `plt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `geometric_brownian_motion` [INFO] [stderr] --> src/geometric_brownian_motion.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 20 | let vals = geometric_brownian_motion::geometric_brownian_motion(100.0, 1.5 / 365.0, 3_000, 0.15, 0.5); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `geometric_brownian_motion` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plt` [INFO] [stderr] --> src/geometric_brownian_motion.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | plt::plt(vals, filename) [INFO] [stderr] | ^^^ use of undeclared type or module `plt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `rust_timeseries_generator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1e6e129c6c1d736cbb3c994de47dc3cc989f605e75cc770c85e439d4a89e39d5"` [INFO] running `"docker" "rm" "-f" "1e6e129c6c1d736cbb3c994de47dc3cc989f605e75cc770c85e439d4a89e39d5"` [INFO] [stdout] 1e6e129c6c1d736cbb3c994de47dc3cc989f605e75cc770c85e439d4a89e39d5