dfx 0.6.16
When I run
dfx new say_hello and
run dfx deploy
the canisters created and built successfully but cannot be installed and damage the while IC. following the error log
~/dfinity/say_hello$ dfx start --clean
Dec 22 12:31:35.506 INFO ic-starter. Configuration: ValidatedConfig { replica_path: Some("/home/amr/.cache/dfinity/versions/0.6.16/replica"), replica_version: “0.1.0”, log_level: Warning, subnet_id: fscpm-uiaaa-aaaaa-aaaap-yai, cargo_bin: “cargo”, cargo_opts: “”, state_dir: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state”, http_listen_addr: V4(127.0.0.1:0), http_port_file: Some("/home/amr/dfinity/say_hello/.dfx/replica-configuration/replica-1.port"), metrics_addr: None, hypervisor_create_funds_whitelist: “", artifact_pool_dir: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/node-100/ic_consensus_pool”, crypto_root: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/node-100/crypto”, state_manager_root: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/node-100/state”, registry_file: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/registry.proto”, bootstrap_registry: None, state_dir_holder: None }, Application: starter
Dec 22 12:31:35.509 INFO Initialize replica configuration “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/ic.json5”, Application: starter
Dec 22 12:31:35.551 INFO Executing “/home/amr/.cache/dfinity/versions/0.6.16/replica” “–replica-version” “0.1.0” “–config-file” “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/ic.json5”, Application: starter
Dec 22 12:31:36.151 ERRO s:fscpm-uiaaa-aaaaa-aaaap-yai/n:i4uwx-75lbf-p7d2a-sqdzu-42zw2-md3pg-rncgx-x7fjt-anwmj-y6fp4-rqe/ic_messaging/xnet_endpoint No XNet configuration for node i4uwx-75lbf-p7d2a-sqdzu-42zw2-md3pg-rncgx-x7fjt-anwmj-y6fp4-rqe. This is an error in production, but may be ignored in single-subnet test deployments.
Dec 22 12:31:37.155 WARN s:fscpm-uiaaa-aaaaa-aaaap-yai/n:i4uwx-75lbf-p7d2a-sqdzu-42zw2-md3pg-rncgx-x7fjt-anwmj-y6fp4-rqe/ic_http_handler/ic_http_handler NNS subnet not found in network topology. Skipping fetching the delegation.
Starting webserver on port 33693 for replica at “http://localhost:33693”
binding to: V4(127.0.0.1:8000)
replica(s): http://localhost:33693/
thread ‘MR Batch Processor’ panicked at ‘failed to grow state file to 8GiB size: Os { code: 28, kind: Other, message: “No space left on device” }’, src/cow_state/mod.rs:703:13
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
Dec 22 12:32:19.499 INFO ic-starter. Configuration: ValidatedConfig { replica_path: Some("/home/amr/.cache/dfinity/versions/0.6.16/replica"), replica_version: “0.1.0”, log_level: Warning, subnet_id: fscpm-uiaaa-aaaaa-aaaap-yai, cargo_bin: “cargo”, cargo_opts: “”, state_dir: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state”, http_listen_addr: V4(127.0.0.1:0), http_port_file: Some("/home/amr/dfinity/say_hello/.dfx/replica-configuration/replica-1.port"), metrics_addr: None, hypervisor_create_funds_whitelist: "”, artifact_pool_dir: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/node-100/ic_consensus_pool”, crypto_root: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/node-100/crypto”, state_manager_root: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/node-100/state”, registry_file: “/home/amr/dfinity/say_hello/.dfx/state/replicated_state/registry.proto”, bootstrap_registry: None, state_dir_holder: None }, Application: starter
Dec 22 12:32:19.985 ERRO s:fscpm-uiaaa-aaaaa-aaaap-yai/n:i4uwx-75lbf-p7d2a-sqdzu-42zw2-md3pg-rncgx-x7fjt-anwmj-y6fp4-rqe/ic_messaging/xnet_endpoint No XNet configuration for node i4uwx-75lbf-p7d2a-sqdzu-42zw2-md3pg-rncgx-x7fjt-anwmj-y6fp4-rqe. This is an error in production, but may be ignored in single-subnet test deployments.
thread ‘MR Batch Processor’ panicked at ‘failed to grow state file to 8GiB size: Os { code: 28, kind: Other, message: “No space left on device” }’, src/cow_state/mod.rs:703:13
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace