[INFO] cloning repository https://github.com/ylgrgyq/bear-reader [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ylgrgyq/bear-reader" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fylgrgyq%2Fbear-reader", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fylgrgyq%2Fbear-reader'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8b782acfc4398349af4fb6bbcd701e9236a95a3 [INFO] testing ylgrgyq/bear-reader against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fylgrgyq%2Fbear-reader" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ylgrgyq/bear-reader on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ylgrgyq/bear-reader [INFO] finished tweaking git repo https://github.com/ylgrgyq/bear-reader [INFO] tweaked toml for git repo https://github.com/ylgrgyq/bear-reader written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ylgrgyq/bear-reader already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e42d6c5e09be855ebdcfff103dd9344f848e18d92bfc40a8dd2e02b2fee2e665 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e42d6c5e09be855ebdcfff103dd9344f848e18d92bfc40a8dd2e02b2fee2e665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e42d6c5e09be855ebdcfff103dd9344f848e18d92bfc40a8dd2e02b2fee2e665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e42d6c5e09be855ebdcfff103dd9344f848e18d92bfc40a8dd2e02b2fee2e665", kill_on_drop: false }` [INFO] [stdout] e42d6c5e09be855ebdcfff103dd9344f848e18d92bfc40a8dd2e02b2fee2e665 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 19482813e584e0a4c3b93f9c65f716719ed1a2af8bc987d3c6a769de2fe57e30 [INFO] running `Command { std: "docker" "start" "-a" "19482813e584e0a4c3b93f9c65f716719ed1a2af8bc987d3c6a769de2fe57e30", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling libsqlite3-sys v0.18.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling proc-macro2 v1.0.13 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rusqlite v0.23.1 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling bear_reader v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `beardb` in this scope [INFO] [stdout] --> src/db/mod.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | Box::new(beardb) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bear_reader` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "19482813e584e0a4c3b93f9c65f716719ed1a2af8bc987d3c6a769de2fe57e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19482813e584e0a4c3b93f9c65f716719ed1a2af8bc987d3c6a769de2fe57e30", kill_on_drop: false }` [INFO] [stdout] 19482813e584e0a4c3b93f9c65f716719ed1a2af8bc987d3c6a769de2fe57e30