[INFO] crate epitech_api 0.2.0 is already in cache [INFO] testing epitech_api-0.2.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate epitech_api 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate epitech_api 0.2.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate epitech_api 0.2.0 [INFO] finished tweaking crates.io crate epitech_api 0.2.0 [INFO] tweaked toml for crates.io crate epitech_api 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] e4b3afc60dd5bc380c9df864bb2de11f8f5261bbf02a86367562da265666e5e6 [INFO] running `"docker" "start" "-a" "e4b3afc60dd5bc380c9df864bb2de11f8f5261bbf02a86367562da265666e5e6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling enum-iterator-derive v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling enum-iterator v0.5.0 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling hyper v0.13.6 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling reqwest v0.10.6 [INFO] [stderr] Compiling epitech_api v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.64s [INFO] running `"docker" "inspect" "e4b3afc60dd5bc380c9df864bb2de11f8f5261bbf02a86367562da265666e5e6"` [INFO] running `"docker" "rm" "-f" "e4b3afc60dd5bc380c9df864bb2de11f8f5261bbf02a86367562da265666e5e6"` [INFO] [stdout] e4b3afc60dd5bc380c9df864bb2de11f8f5261bbf02a86367562da265666e5e6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 002281e952ea761132b11a9f03f6fc7dfb87f204fffa7c0eb027f6ff7d8e2c62 [INFO] running `"docker" "start" "-a" "002281e952ea761132b11a9f03f6fc7dfb87f204fffa7c0eb027f6ff7d8e2c62"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling epitech_api v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: environment variable `EPITECH_AUTOLOGIN` not defined [INFO] [stderr] --> src/tests.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | .autologin(env!("EPITECH_AUTOLOGIN")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `epitech_api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "002281e952ea761132b11a9f03f6fc7dfb87f204fffa7c0eb027f6ff7d8e2c62"` [INFO] running `"docker" "rm" "-f" "002281e952ea761132b11a9f03f6fc7dfb87f204fffa7c0eb027f6ff7d8e2c62"` [INFO] [stdout] 002281e952ea761132b11a9f03f6fc7dfb87f204fffa7c0eb027f6ff7d8e2c62