[INFO] crate g1 0.1.0-alpha.3 is already in cache
[INFO] checking g1-0.1.0-alpha.3 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate g1 0.1.0-alpha.3 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate g1 0.1.0-alpha.3 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate g1 0.1.0-alpha.3
[INFO] finished tweaking crates.io crate g1 0.1.0-alpha.3
[INFO] tweaked toml for crates.io crate g1 0.1.0-alpha.3 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate crates.io crate g1 0.1.0-alpha.3 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 652bd39694ff2f1be4b945dff7487fa498efc4f58ef5b0528ec49ca3bc0a26eb
[INFO] running `"docker" "start" "-a" "652bd39694ff2f1be4b945dff7487fa498efc4f58ef5b0528ec49ca3bc0a26eb"`
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]    Compiling serde v1.0.103
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.3
[INFO] [stderr]    Compiling utf8-ranges v1.0.4
[INFO] [stderr]    Compiling futures-sink v0.3.1
[INFO] [stderr]    Compiling futures-core v0.3.1
[INFO] [stderr]    Compiling diff v0.1.11
[INFO] [stderr]    Compiling futures-io v0.3.1
[INFO] [stderr]    Compiling futures-task v0.3.1
[INFO] [stderr]    Compiling bytes v0.5.2
[INFO] [stderr]    Compiling pin-project-lite v0.1.1
[INFO] [stderr]    Compiling topological-sort v0.1.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling mime v0.3.14
[INFO] [stderr]    Compiling anyhow v1.0.25
[INFO] [stderr]     Checking defer v0.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.1
[INFO] [stderr]    Compiling proc-macro-nested v0.1.3
[INFO] [stderr]    Compiling ena v0.13.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling getrandom v0.1.13
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling tokio-macros v0.2.0
[INFO] [stderr]    Compiling derive_more v0.99.2
[INFO] [stderr]    Compiling async-trait v0.1.21
[INFO] [stderr]    Compiling term v0.5.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling sha2 v0.8.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling ascii-canvas v2.0.0
[INFO] [stderr]    Compiling rand v0.7.2
[INFO] [stderr]    Compiling tokio v0.2.4
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling string_cache_codegen v0.4.4
[INFO] [stderr]    Compiling string_cache v0.7.5
[INFO] [stderr]    Compiling regex v1.3.1
[INFO] [stderr]    Compiling futures-util v0.3.1
[INFO] [stderr]    Compiling logos-derive v0.9.7
[INFO] [stderr]     Checking futures-executor v0.3.1
[INFO] [stderr]     Checking futures v0.3.1
[INFO] [stderr]    Compiling logos v0.9.7
[INFO] [stderr]    Compiling docopt v1.1.0
[INFO] [stderr]    Compiling lalrpop v0.17.2
[INFO] [stderr]    Compiling g1-common v0.1.0-alpha.3
[INFO] [stderr]    Compiling g1-macros v0.1.0-alpha.3
[INFO] [stderr]     Checking g1 v0.1.0-alpha.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `legacy_directory_ownership` has been removed: `converted into hard error, see issue #37872 <https://github.com/rust-lang/rust/issues/37872> for more information`
[INFO] [stderr]    --> src/lib.rs:104:5
[INFO] [stderr]     |
[INFO] [stderr] 104 |     legacy_directory_ownership,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `plugin_as_library` has been removed: `plugins have been deprecated and retired`
[INFO] [stderr]    --> src/lib.rs:112:5
[INFO] [stderr]     |
[INFO] [stderr] 112 |     plugin_as_library,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: lint `safe_extern_statics` has been removed: `converted into hard error, see issue #36247 <https://github.com/rust-lang/rust/issues/36247> for more information`
[INFO] [stderr]    --> src/lib.rs:114:5
[INFO] [stderr]     |
[INFO] [stderr] 114 |     safe_extern_statics,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `unions_with_drop_fields`
[INFO] [stderr]    --> src/lib.rs:117:5
[INFO] [stderr]     |
[INFO] [stderr] 117 |     unions_with_drop_fields,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `legacy_directory_ownership` has been removed: `converted into hard error, see issue #37872 <https://github.com/rust-lang/rust/issues/37872> for more information`
[INFO] [stderr]    --> src/lib.rs:104:5
[INFO] [stderr]     |
[INFO] [stderr] 104 |     legacy_directory_ownership,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `plugin_as_library` has been removed: `plugins have been deprecated and retired`
[INFO] [stderr]    --> src/lib.rs:112:5
[INFO] [stderr]     |
[INFO] [stderr] 112 |     plugin_as_library,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: lint `safe_extern_statics` has been removed: `converted into hard error, see issue #36247 <https://github.com/rust-lang/rust/issues/36247> for more information`
[INFO] [stderr]    --> src/lib.rs:114:5
[INFO] [stderr]     |
[INFO] [stderr] 114 |     safe_extern_statics,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unknown lint: `unions_with_drop_fields`
[INFO] [stderr]    --> src/lib.rs:117:5
[INFO] [stderr]     |
[INFO] [stderr] 117 |     unions_with_drop_fields,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unknown_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `g1::SqliteConnection`
[INFO] [stderr]  --> examples/readme.rs:6:35
[INFO] [stderr]   |
[INFO] [stderr] 6 | use g1::{query, Atom, Connection, SqliteConnection};
[INFO] [stderr]   |                                   ^^^^^^^^^^^^^^^^ no `SqliteConnection` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `g1::SqliteConnection`
[INFO] [stderr]  --> examples/blobs.rs:4:22
[INFO] [stderr]   |
[INFO] [stderr] 4 | use g1::{Connection, SqliteConnection};
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^ no `SqliteConnection` in the root
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Connection`
[INFO] [stderr]  --> examples/blobs.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | use g1::{Connection, SqliteConnection};
[INFO] [stderr]   |          ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `g1`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `g1::SqliteConnection`
[INFO] [stderr]  --> examples/macro.rs:3:29
[INFO] [stderr]   |
[INFO] [stderr] 3 | use g1::{query, Connection, SqliteConnection};
[INFO] [stderr]   |                             ^^^^^^^^^^^^^^^^ no `SqliteConnection` in the root
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Connection`
[INFO] [stderr]  --> examples/readme.rs:6:23
[INFO] [stderr]   |
[INFO] [stderr] 6 | use g1::{query, Atom, Connection, SqliteConnection};
[INFO] [stderr]   |                       ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] warning: unused import: `Connection`
[INFO] [stderr]  --> examples/macro.rs:3:17
[INFO] [stderr]   |
[INFO] [stderr] 3 | use g1::{query, Connection, SqliteConnection};
[INFO] [stderr]   |                 ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `g1`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `g1`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "652bd39694ff2f1be4b945dff7487fa498efc4f58ef5b0528ec49ca3bc0a26eb"`
[INFO] running `"docker" "rm" "-f" "652bd39694ff2f1be4b945dff7487fa498efc4f58ef5b0528ec49ca3bc0a26eb"`
[INFO] [stdout] 652bd39694ff2f1be4b945dff7487fa498efc4f58ef5b0528ec49ca3bc0a26eb
