[INFO] fetching crate refinery 0.2.0... [INFO] checking refinery-0.2.0 against master#73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de for pr-68325 [INFO] extracting crate refinery 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate refinery 0.2.0 on toolchain 73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate refinery 0.2.0 [INFO] finished tweaking crates.io crate refinery 0.2.0 [INFO] tweaked toml for crates.io crate refinery 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 083035f1d6c8cbe34d45d281916e165cf7408496c97d7324d3a1d3dc6e055a7f [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" "083035f1d6c8cbe34d45d281916e165cf7408496c97d7324d3a1d3dc6e055a7f"` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling mysql v16.1.0 [INFO] [stderr] Compiling barrel v0.5.8 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.5 [INFO] [stderr] Compiling libsqlite3-sys v0.17.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling lexical v2.2.2 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.45 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Compiling thiserror v1.0.9 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Checking num-iter v0.1.40 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking nix v0.15.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking rusqlite v0.21.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Checking bigdecimal v0.1.0 [INFO] [stderr] Checking refinery-migrations v0.2.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking rust_decimal v1.2.0 [INFO] [stderr] Checking mysql_common v0.18.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Compiling refinery-macros v0.2.0 [INFO] [stderr] Checking refinery v0.2.0 (/opt/rustwide/workdir) [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] 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] 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: 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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `refinery`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `refinery`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] 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] running `"docker" "inspect" "083035f1d6c8cbe34d45d281916e165cf7408496c97d7324d3a1d3dc6e055a7f"` [INFO] running `"docker" "rm" "-f" "083035f1d6c8cbe34d45d281916e165cf7408496c97d7324d3a1d3dc6e055a7f"` [INFO] [stdout] 083035f1d6c8cbe34d45d281916e165cf7408496c97d7324d3a1d3dc6e055a7f