[INFO] fetching crate project_organzier 0.1.0... [INFO] testing project_organzier-0.1.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate project_organzier 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate project_organzier 0.1.0 [INFO] finished tweaking crates.io crate project_organzier 0.1.0 [INFO] tweaked toml for crates.io crate project_organzier 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate project_organzier 0.1.0 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate project_organzier 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hashlink v0.8.1 [INFO] [stderr] Downloaded thiserror v1.0.39 [INFO] [stderr] Downloaded thiserror-impl v1.0.39 [INFO] [stderr] Downloaded toml v0.7.2 [INFO] [stderr] Downloaded io-lifetimes v1.0.6 [INFO] [stderr] Downloaded indicatif v0.17.3 [INFO] [stderr] Downloaded serde_spanned v0.6.1 [INFO] [stderr] Downloaded toml_datetime v0.6.1 [INFO] [stderr] Downloaded console v0.15.5 [INFO] [stderr] Downloaded dialoguer v0.10.3 [INFO] [stderr] Downloaded clap_lex v0.3.2 [INFO] [stderr] Downloaded rusqlite v0.28.0 [INFO] [stderr] Downloaded portable-atomic v0.3.19 [INFO] [stderr] Downloaded clap v4.1.8 [INFO] [stderr] Downloaded serde_json v1.0.94 [INFO] [stderr] Downloaded winnow v0.3.5 [INFO] [stderr] Downloaded csv v1.2.1 [INFO] [stderr] Downloaded toml_edit v0.19.5 [INFO] [stderr] Downloaded libsqlite3-sys v0.25.2 [INFO] [stderr] Downloaded turbosql-impl v0.7.0 [INFO] [stderr] Downloaded serde_derive v1.0.155 [INFO] [stderr] Downloaded turbosql v0.7.0 [INFO] [stderr] Downloaded serde v1.0.155 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59113ed93283f890e885b3995a84654e1cf21be3dc294b2c5a518acf6e99e21a [INFO] running `Command { std: "docker" "start" "-a" "59113ed93283f890e885b3995a84654e1cf21be3dc294b2c5a518acf6e99e21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59113ed93283f890e885b3995a84654e1cf21be3dc294b2c5a518acf6e99e21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59113ed93283f890e885b3995a84654e1cf21be3dc294b2c5a518acf6e99e21a", kill_on_drop: false }` [INFO] [stdout] 59113ed93283f890e885b3995a84654e1cf21be3dc294b2c5a518acf6e99e21a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 833e61748fdd7629f2a2239a15a5dd5d2aafe460609fe2be8c2fc330404ab8b9 [INFO] running `Command { std: "docker" "start" "-a" "833e61748fdd7629f2a2239a15a5dd5d2aafe460609fe2be8c2fc330404ab8b9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling serde_derive v1.0.155 [INFO] [stderr] Compiling serde v1.0.155 [INFO] [stderr] Compiling libc v0.2.140 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling io-lifetimes v1.0.6 [INFO] [stderr] Compiling rustix v0.36.9 [INFO] [stderr] Compiling libsqlite3-sys v0.25.2 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling turbosql-impl v0.7.0 [INFO] [stderr] Compiling thiserror v1.0.39 [INFO] [stderr] Compiling serde_json v1.0.94 [INFO] [stderr] Compiling portable-atomic v0.3.19 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling console v0.15.5 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling winnow v0.3.5 [INFO] [stderr] Compiling turbosql v0.7.0 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling clap_lex v0.3.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling directories-next v2.0.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling indicatif v0.17.3 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling fs-err v2.9.0 [INFO] [stderr] Compiling hashlink v0.8.1 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling is-terminal v0.4.4 [INFO] [stderr] Compiling tempfile v3.4.0 [INFO] [stderr] Compiling clap v4.1.8 [INFO] [stderr] Compiling dialoguer v0.10.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.39 [INFO] [stderr] Compiling rusqlite v0.28.0 [INFO] [stderr] Compiling toml_datetime v0.6.1 [INFO] [stderr] Compiling serde_spanned v0.6.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling csv v1.2.1 [INFO] [stderr] Compiling toml_edit v0.19.5 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling toml v0.7.2 [INFO] [stderr] Compiling project_organzier v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.50s [INFO] running `Command { std: "docker" "inspect" "833e61748fdd7629f2a2239a15a5dd5d2aafe460609fe2be8c2fc330404ab8b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "833e61748fdd7629f2a2239a15a5dd5d2aafe460609fe2be8c2fc330404ab8b9", kill_on_drop: false }` [INFO] [stdout] 833e61748fdd7629f2a2239a15a5dd5d2aafe460609fe2be8c2fc330404ab8b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adfc406f22f53783dec6d376d8e1424f30ec688484763442b6911e74e0d92caa [INFO] running `Command { std: "docker" "start" "-a" "adfc406f22f53783dec6d376d8e1424f30ec688484763442b6911e74e0d92caa", kill_on_drop: false }` [INFO] [stderr] Compiling turbosql v0.7.0 [INFO] [stderr] Compiling project_organzier v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.08s [INFO] running `Command { std: "docker" "inspect" "adfc406f22f53783dec6d376d8e1424f30ec688484763442b6911e74e0d92caa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adfc406f22f53783dec6d376d8e1424f30ec688484763442b6911e74e0d92caa", kill_on_drop: false }` [INFO] [stdout] adfc406f22f53783dec6d376d8e1424f30ec688484763442b6911e74e0d92caa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 354189f9f958d089bf60fdaeb03f806820c1c6d7ce084f8a2e4f5f4eb7fbfd15 [INFO] running `Command { std: "docker" "start" "-a" "354189f9f958d089bf60fdaeb03f806820c1c6d7ce084f8a2e4f5f4eb7fbfd15", kill_on_drop: false }` [INFO] [stderr] Compiling turbosql v0.7.0 [INFO] [stderr] Compiling project_organzier v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.87s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/project_organzier-b531df1c995a2dde) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test database::tests::test_add ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- database::tests::test_add stdout ---- [INFO] [stdout] Adding project [INFO] [stdout] Error: failed to create directory `./tests/test_files` [INFO] [stdout] [INFO] [stdout] Caused by: [INFO] [stdout] Read-only file system (os error 30) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] database::tests::test_add [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin project_organzier` [INFO] running `Command { std: "docker" "inspect" "354189f9f958d089bf60fdaeb03f806820c1c6d7ce084f8a2e4f5f4eb7fbfd15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "354189f9f958d089bf60fdaeb03f806820c1c6d7ce084f8a2e4f5f4eb7fbfd15", kill_on_drop: false }` [INFO] [stdout] 354189f9f958d089bf60fdaeb03f806820c1c6d7ce084f8a2e4f5f4eb7fbfd15