Fuel-core run fails to start

Topic discussion checklist

  • Run $ fuelup show and add the output below
Default host: aarch64-apple-darwin
fuelup home: /Users/richardgregory/.fuelup

installed toolchains
--------------------
latest-aarch64-apple-darwin
latest-x86_64-apple-darwin (default)

active toolchain
-----------------
latest-x86_64-apple-darwin (default)
  forc : 0.46.1
    - forc-client
      - forc-deploy : 0.46.1
      - forc-run : 0.46.1
    - forc-doc : 0.46.1
    - forc-explore : 0.28.1
    - forc-fmt : 0.46.1
    - forc-index : 0.23.0
    - forc-lsp : 0.46.1
    - forc-tx : 0.46.1
    - forc-wallet : 0.3.0
  fuel-core : 0.20.5
  fuel-core-keygen : Error getting version string
  fuel-indexer : 0.23.0

fuels versions
---------------
forc : 0.45
forc-wallet : 0.45
  • Detailed steps to recreate issue
    fuel-core run
  • Link full scope of the codebase pertaining to your issue
  • Any other relevant information
    Him I just started contributing to the Fuel. I’m working on the Sway repo. Like the title says, when I run fuel-core run it fails to start. I get this:
2023-11-30T10:37:01.594600Z  INFO fuel_core_chain_config::config::chain: 92: Initial Accounts
2023-11-30T10:37:01.596722Z  INFO fuel_core_chain_config::config::chain: 101: PrivateKey(0xde97d8624a438121b86a1956544bd72ed68cd69f2c99555b08b1e8c51ffd511c), Address(0x6b63804cfbf9856e68e5b6e7aef238dc8311ec55bec04df774003a2c96e0418e [bech32: fuel1dd3cqn8mlxzku689kmn6au3cmjp3rmz4hmqymam5qqaze9hqgx8qtjpwn9]), Balance(10000000)
2023-11-30T10:37:01.596999Z  INFO fuel_core_chain_config::config::chain: 101: PrivateKey(0x37fa81c84ccd547c30c176b118d5cb892bdb113e8e80141f266519422ef9eefd), Address(0x54944e5b8189827e470e5a8bacfc6c3667397dc4e1eef7ef3519d16d6d6c6610 [bech32: fuel12j2yukup3xp8u3cwt296elrvxennjlwyu8h00me4r8gk6mtvvcgqmtakkk]), Balance(10000000)
2023-11-30T10:37:01.597104Z  INFO fuel_core_chain_config::config::chain: 101: PrivateKey(0x862512a2363db2b3a375c0d4bbbd27172180d89f23f2e259bac850ab02619301), Address(0xe10f526b192593793b7a1559a391445faba82a1d669e3eb2dcd17f9c121b24b1 [bech32: fuel1uy84y6ceykfhjwm6z4v68y2yt746s2sav60ravku69lecysmyjcss0yrdx]), Balance(10000000)
2023-11-30T10:37:01.597212Z  INFO fuel_core_chain_config::config::chain: 101: PrivateKey(0x976e5c3fa620092c718d852ca703b6da9e3075b9f2ecb8ed42d9f746bf26aafb), Address(0x577e424ee53a16e6a85291feabc8443862495f74ac39a706d2dd0b9fc16955eb [bech32: fuel12alyynh98gtwd2zjj8l2hjzy8p3yjhm54su6wpkjm59elstf2h4swddd2d]), Balance(10000000)
2023-11-30T10:37:01.597318Z  INFO fuel_core_chain_config::config::chain: 101: PrivateKey(0x7f8a325504e7315eda997db7861c9447f5c3eff26333b20180475d94443a10c6), Address(0xc36be0e14d3eaf5d8d233e0f4a40b3b4e48427d25f84c460d2b03b242a38479e [bech32: fuel1cd47pc2d86h4mrfr8c855s9nknjggf7jt7zvgcxjkqajg23cg70qnxg0hd]), Balance(10000000)
2023-11-30T10:37:01.600195Z  INFO fuel_core::cli::run::p2p: 300: P2P service disabled
2023-11-30T10:37:01.600201Z  INFO fuel_core::cli::run: 245: Block production mode: Instant
2023-11-30T10:37:01.601824Z  WARN fuel_core::cli::run: 254: Fuel Core is using an insecure test key for consensus. Public key: 73dc6cc8cc0041e4924954b35a71a22ccb520664c522198a6d31dc6c945347bb854a39382d296ec64c70d7cea1db75601595e29729f3fbdc7ee9dae66705beb4
2023-11-30T10:37:01.601883Z  INFO fuel_core::cli::run: 348: Fuel Core version v0.20.5
thread 'main' panicked at 'overflow when subtracting duration from instant', library/std/src/time.rs:424:33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Abort trap: 6

Any help to solve the issue will be appreciated

Hi there!

It seems that this is a known issue.

I’ll try to get a workaround, and I’ll come back to you.

1 Like