[INFO] fetching crate refinery 0.2.1... [INFO] checking refinery-0.2.1 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate refinery 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate refinery 0.2.1 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate refinery 0.2.1 [INFO] finished tweaking crates.io crate refinery 0.2.1 [INFO] tweaked toml for crates.io crate refinery 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] 3a5e23c5d23c56e18e2fa82fa84fa3f3fc5fc9789ce7bba6276f11e513304ee7 [INFO] running `"docker" "start" "-a" "3a5e23c5d23c56e18e2fa82fa84fa3f3fc5fc9789ce7bba6276f11e513304ee7"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling barrel v0.5.8 [INFO] [stderr] Compiling libsqlite3-sys v0.17.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling lexical v2.2.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Checking float-cmp v0.6.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling thiserror v1.0.11 [INFO] [stderr] Checking bigdecimal v0.1.0 [INFO] [stderr] Checking rust_decimal v1.3.0 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking predicates v1.0.4 [INFO] [stderr] Checking rusqlite v0.21.0 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking refinery-migrations v0.2.2 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Checking mysql_common v0.18.1 [INFO] [stderr] Checking mysql v16.1.0 [INFO] [stderr] Compiling refinery-macros v0.2.0 [INFO] [stderr] Checking refinery v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/rusqlite.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | embed_migrations!("refinery/tests/sql_migrations"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `refinery`. [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: proc macro panicked [INFO] [stderr] --> tests/postgres_previous.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | embed_migrations!("refinery/tests/sql_migrations"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `refinery`. [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: proc macro panicked [INFO] [stderr] --> tests/postgres.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | embed_migrations!("refinery/tests/sql_migrations"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `refinery`. [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: proc macro panicked [INFO] [stderr] --> tests/mysql.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | embed_migrations!("refinery/tests/sql_migrations"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `refinery`. [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: proc macro panicked [INFO] [stderr] --> tests/mysql_async.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | embed_migrations!("refinery/tests/sql_migrations"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `refinery`. [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: proc macro panicked [INFO] [stderr] --> tests/tokio_postgres.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | embed_migrations!("refinery/tests/sql_migrations"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: error getting migration files: InvalidMigrationPath("refinery/tests/sql_migrations", Os { code: 2, kind: NotFound, message: "No such file or directory" }) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `refinery`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3a5e23c5d23c56e18e2fa82fa84fa3f3fc5fc9789ce7bba6276f11e513304ee7"` [INFO] running `"docker" "rm" "-f" "3a5e23c5d23c56e18e2fa82fa84fa3f3fc5fc9789ce7bba6276f11e513304ee7"` [INFO] [stdout] 3a5e23c5d23c56e18e2fa82fa84fa3f3fc5fc9789ce7bba6276f11e513304ee7