Closed fryorcraken closed 3 months ago
Installed openssl1.1 but still struggling:
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1w.tar.gz
tar xavf openssl-1.1.1w.tar.gz
cd openssl-1.1.1w
./config --prefix=$HOME/.local/lib/openssl1.1
sudo dnf install perl-FindBin perl-File-Compare perl-File-Copy perl-Pod-Html
make && make install
Trying to add the path in few places:
▶ git diff
diff --git a/Makefile b/Makefile
index af0084c6e..fadc0c937 100644
--- a/Makefile
+++ b/Makefile
@@ -185,9 +185,11 @@ ifneq ($(detected_OS),Windows)
NIM_PARAMS += -L:"-framework Foundation -framework AppKit -framework Security -framework IOKit -framework CoreServices -framework LocalAuthentication"
# Fix for failures due to 'can't allocate code signature data for'
NIM_PARAMS += --passL:"-headerpad_max_install_names"
+ NIM_PARAMS += --passL:"-L/home/fryorcraken/.local/lib/openssl1.1"
NIM_PARAMS += --passL:"-F$(QT5_LIBDIR)"
else
+ NIM_PARAMS += --passL:"-L/home/fryorcraken/.local/lib/openssl1.1"
NIM_PARAMS += --passL:"-L$(QT5_LIBDIR)"
endif
DOTHERSIDE_LIBFILE := vendor/DOtherSide/build/lib/libDOtherSideStatic.a
@@ -818,7 +820,7 @@ ICON_TOOL := node_modules/.bin/fileicon
run-linux: nim_status_client
echo -e "\033[92mRunning:\033[39m bin/nim_status_client"
- LD_LIBRARY_PATH="$(QT5_LIBDIR)":"$(STATUSGO_LIBDIR)":"$(STATUSKEYCARDGO_LIBDIR):$(LD_LIBRARY_PATH)" \
+ LD_LIBRARY_PATH="$(QT5_LIBDIR)":"$(STATUSGO_LIBDIR)":"$(STATUSKEYCARDGO_LIBDIR):/home/fryorcraken/.local/lib/openssl1.1/lib:$(LD_LIBRARY_PATH)"
./bin/nim_status_client $(ARGS)
run-linux-gdb: nim_status_client
to no avail
▶ make V=1 -j16 run
bash ./scripts/force-rebuild-status-go.sh vendor/status-go/build/bin/libstatus.so
which cc &>/dev/null || { echo "C compiler (cc) not installed. Aborting."; exit 1; }
if [[ -e .update.timestamp ]]; then \
if [[ $(cat .update.timestamp) -ne $(git log --pretty=format:%cd -n 1 --date=format-local:%s) ]]; then \
echo -e "\nWarning: to ensure you are building in a supported repo state, please always run \"$(basename "make") update\" after \"git pull\"\n(it looks like you've forgotten to do this).\nThis also applies whenever you switch to a new branch or commit, e.g.: whenever you run \"git checkout ...\".\n"; \
fi; \
fi
if [[ ! " -j16 --jobserver-auth=fifo:/tmp/GMfifo585139 -- V=1" =~ --jobserver[^=]+= ]]; then \
NPROC=$(nproc); \
if [[ ${NPROC} -gt 1 ]]; then \
echo -e "\nTip of the day: this will probably build faster if you use \"$(basename "make") -j${NPROC} ...\".\n"; \
fi; \
fi
echo -e "\033[92mCompiling:\033[39m translations"
Compiling: translations
"make" --no-print-directory build-nim
which cc &>/dev/null || { echo "C compiler (cc) not installed. Aborting."; exit 1; }
if [[ -z "" ]]; then git submodule update --init --recursive "vendor/nimbus-build-system"; fi; \
NIM_BUILD_MSG=""\\x1B[92mBuilding:\\x1B[39m" Nim compiler" \
V=1 \
CC=cc \
MAKE="make" \
ARCH_OVERRIDE= \
QUICK_AND_DIRTY_COMPILER=0 \
"/home/fryorcraken/src/status-im/status-desktop/vendor/nimbus-build-system/scripts/build_nim.sh" "vendor/nimbus-build-system/vendor/Nim" ../Nim-csources-v1 ../nimble ""
echo -e "\033[92mBuilding:\033[39m StatusQ"
echo -e "\033[92mBuilding:\033[39m DOtherSide"
Building: StatusQ
Building: DOtherSide
cmake --build ui/StatusQ/build \
--target StatusQ \
--config Release \
cmake \
--build vendor/DOtherSide/build \
--config Release \
gmake[1]: Entering directory '/home/fryorcraken/src/status-im/status-desktop/vendor/DOtherSide/build'
gmake[1]: Entering directory '/home/fryorcraken/src/status-im/status-desktop/ui/StatusQ/build'
[ 0%] Built target DOtherSideStatic_autogen_timestamp_deps
[ 0%] Built target qzxing_autogen_timestamp_deps
[ 0%] Built target SortFilterProxyModel_autogen_timestamp_deps
[ 0%] Built target big_resources_statusq
[ 5%] Built target DOtherSideStatic_autogen
[ 1%] Built target rcc_object_statusq
[ 2%] Built target SortFilterProxyModel_autogen
[ 3%] Built target qzxing_autogen
[100%] Built target DOtherSideStatic
gmake[1]: Leaving directory '/home/fryorcraken/src/status-im/status-desktop/vendor/DOtherSide/build'
[ 16%] Built target SortFilterProxyModel
[ 82%] Built target qzxing
[ 82%] Built target StatusQ_autogen_timestamp_deps
[ 82%] Built target StatusQ_autogen
[ 83%] Built target big_resources_assets
[ 83%] Built target rcc_object_assets
[100%] Built target StatusQ
gmake[1]: Leaving directory '/home/fryorcraken/src/status-im/status-desktop/ui/StatusQ/build'
echo -e "\033[92mInstalling:\033[39m StatusQ"
Installing: StatusQ
cmake --install ui/StatusQ/build \
-- Install configuration: "Release"
-- Up-to-date: /home/fryorcraken/src/status-im/status-desktop/bin/StatusQ/libStatusQ.so
-- Up-to-date: /home/fryorcraken/src/status-im/status-desktop/bin/StatusQ/qmldir
echo -e "\\x1B[92mBuilding:\\x1B[39m" "bin/nim_status_client"
Building: bin/nim_status_client
"/home/fryorcraken/src/status-im/status-desktop/vendor/nimbus-build-system/scripts/env.sh" nim c --verbosity:1 -d:usePcreHeader --passL:-lpcre --passL:"-L/home/fryorcraken/.local/lib/openssl1.1" --passL:"-L/home/fryorcraken/.local/lib/Qt/5.15.2/gcc_64/lib" --passL:"vendor/DOtherSide/build/lib/libDOtherSideStatic.a" --passL:"-L/home/qt/work/install/lib -lQt5QmlModels -lQt5QuickControls2 -lQt5Quick -lQt5Svg -lQt5Widgets -lQt5Multimedia -lQt5Network -lQt5WebView -lQt5Gui -lQt5WebChannel -lQt5Core -lQt5Qml" -d:release --outdir:./bin -d:DESKTOP_VERSION="`cat VERSION`" -d:STATUSGO_VERSION="`cat vendor/status-go/VERSION`" -d:GIT_COMMIT="`git log --pretty=format:'%h' -n 1`" -d:chronicles_sinks=textlines[stdout],textlines[nocolors,dynamic],textlines[file,nocolors] -d:chronicles_runtime_filtering=on -d:chronicles_default_output_device=dynamic -d:chronicles_log_level=trace -d:development \
--passL:"-L/home/fryorcraken/src/status-im/status-desktop/vendor/status-go/build/bin" \
--passL:"-lstatus" \
--passL:"-L"/home/fryorcraken/src/status-im/status-desktop/vendor/status-keycard-go/build/libkeycard"" \
--passL:"-lkeycard" \
--passL:"vendor/QR-Code-generator/c/libqrcodegen.a" \
--passL:"-lm" \
src/nim_status_client.nim
Hint: used config file '/home/fryorcraken/src/status-im/status-desktop/vendor/nimbus-build-system/vendor/Nim/config/nim.cfg' [Conf]
Hint: used config file '/home/fryorcraken/src/status-im/status-desktop/vendor/nimbus-build-system/vendor/Nim/config/config.nims' [Conf]
Hint: used config file '/home/fryorcraken/src/status-im/status-desktop/nim.cfg' [Conf]
Hint: used config file '/home/fryorcraken/src/status-im/status-desktop/config.nims' [Conf]
..................................................................................................................................................................................................................................................................
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/lexer.nim(172, 1) Hint: 'init' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(183, 64) Hint: 'parseJsonNode' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
......................
/home/fryorcraken/src/status-im/status-desktop/src/env_cli_vars.nim(84, 47) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/env_cli_vars.nim(90, 50) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(51, 45) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(57, 48) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(91, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(39, 7) Hint: 'sep' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(41, 6) Hint: 'defaultDataDir' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/dto/community.nim(3, 8) [DuplicateModuleImport]
..........................................................................................................................
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/shared_urls/dto/url_data.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/chat/dto/chat.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/chat/dto/chat.nim(8, 38) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/dto/community.nim(11, 38) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) [DuplicateModuleImport]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/backend/community_tokens_types.nim(1, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(414, 6) Hint: 'toIds' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/dto/community.nim(545, 6) Hint: 'contains' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/dto/community_token.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/core/signals/remote_signals/community.nim(1, 8) [DuplicateModuleImport]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/core/signals/remote_signals/connector.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...........
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/link_preview_thumbnail.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/dto/contacts.nim(3, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 28) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/dto/contacts.nim(3, 36) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(51, 45) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(57, 48) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(91, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(39, 7) Hint: 'sep' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(41, 6) Hint: 'defaultDataDir' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/status_contact_link_preview.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/status_community_link_preview.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/status_community_channel_link_preview.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/status_link_preview.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/standard_link_preview.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/link_preview.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/message.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/message.nim(4, 23) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/pinned_message_update.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/reaction.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/removed_message.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/bookmarks/dto/bookmark.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/dto/token_data.nim(3, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(51, 45) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(57, 48) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(91, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(1, 24) Hint: duplicate import of 'strformat'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/dto/token_data.nim(3, 24) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(2, 8) Hint: duplicate import of 'stint'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 21) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(2, 32) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 28) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(39, 7) Hint: 'sep' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(41, 6) Hint: 'defaultDataDir' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/backend/collectibles_types.nim(414, 6) Hint: 'toIds' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/dto/notification.nim(3, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 21) Hint: duplicate import of 'stint'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/dto/notification.nim(3, 46) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 28) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/dto/notification.nim(3, 36) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(51, 45) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(57, 48) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(91, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(39, 7) Hint: 'sep' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(41, 6) Hint: 'defaultDataDir' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/dto/status_update.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/dto/status_update.nim(3, 1) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/devices/dto/installation.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/settings/dto/settings.nim(1, 31) Hint: duplicate import of 'tables'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/settings/dto/settings.nim(1, 8) [DuplicateModuleImport]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/dto/stickers.nim(3, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 21) Hint: duplicate import of 'stint'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/dto/stickers.nim(3, 46) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 28) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/dto/stickers.nim(3, 36) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 53) Hint: duplicate import of 'chronicles'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/dto/stickers.nim(3, 73) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(51, 45) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(57, 48) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(91, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(39, 7) Hint: 'sep' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(41, 6) Hint: 'defaultDataDir' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/dto/stickers.nim(39, 6) Hint: '$' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/settings/dto/settings.nim(1, 16) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/settings/dto/settings.nim(5, 1) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/saved_address/dto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/dto/account_dto.nim(1, 16) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/dto/keycard_dto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/dto/keycard_dto.nim(12, 7) Hint: 'ParamKeycard' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/dto/keypair_dto.nim(1, 16) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/dtoV2.nim(7, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/dtoV2.nim(11, 7) [DuplicateModuleImport]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/dto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.......
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/accounts/dto/accounts.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.......
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/devices/dto/local_pairing_event.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..................
/home/fryorcraken/src/status-im/status-desktop/src/app/global/local_account_sensitive_settings.nim(10, 7) Hint: 'DEFAULT_IS_COMMUNITY_PERMISSIONS_ENABLED' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/global/local_account_sensitive_settings.nim(12, 7) Hint: 'DEFAULT_IS_COMMUNITY_TOKENS_ENABLED' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/global/local_account_sensitive_settings.nim(23, 7) Hint: 'DEFAULT_IS_MULTI_NETWORK_ENABLED' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/global/local_account_sensitive_settings.nim(53, 7) Hint: 'DEFAULT_SHOW_BROWSER_SELECTOR' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/global/local_account_sensitive_settings.nim(55, 7) Hint: 'DEFAULT_OPEN_LINKS_IN_STATUS' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/global/local_account_sensitive_settings.nim(88, 7) Hint: 'DEFAULT_IS_DISCORD_IMPORT_TOOL_ENABLED' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app/global/utils.nim(1, 53) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/global/utils.nim(1, 16) [DuplicateModuleImport]
...............................
/home/fryorcraken/src/status-im/status-desktop/src/backend/accounts.nim(146, 30) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/backend/accounts.nim(159, 30) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/backend/accounts.nim(170, 30) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/backend/accounts.nim(186, 30) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/accounts/utils.nim(2, 20) Hint: duplicate import of 'conversion'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/global/utils.nim(7, 32) [DuplicateModuleImport]
.........
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/keycard/service.nim(1, 16) [DuplicateModuleImport]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/keycard/internal.nim(1, 8) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/keycard/service.nim(1, 46) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/accounts/dto/generated_accounts.nim(3, 16) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/accounts/service.nim(35, 44) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
..
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/service.nim(1, 94) Hint: duplicate import of 'times'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/service.nim(1, 84) [DuplicateModuleImport]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/activity_center.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.......
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/dto/profile_showcase.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/utils.nim(3, 8) Hint: duplicate import of 'chronicles'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/utils.nim(1, 22) [DuplicateModuleImport]
...........
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(3, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(2, 3) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(3, 46) Hint: duplicate import of 'tables'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(2, 9) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(5, 23) Hint: duplicate import of 'chronicles'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(3, 54) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(7, 8) Hint: duplicate import of 'stint'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(5, 72) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(8, 1) Hint: duplicate import of 'times'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/utils.nim(3, 75) [DuplicateModuleImport]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/dto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/dto.nim(5, 7) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/utils.nim(1, 16) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/contacts/service.nim(1, 24) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/chat/service.nim(2, 11) Hint: duplicate import of 'os'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/chat/service.nim(1, 52) [DuplicateModuleImport]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/chat/service.nim(1, 24) [DuplicateModuleImport]
..
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/dto/sign_params.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/service.nim(1, 54) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/service.nim(1, 44) [DuplicateModuleImport]
.........
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/async_tasks.nim(2, 24) Hint: duplicate import of 'backend'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/service.nim(4, 24) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/service.nim(1, 24) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/service.nim(3, 12) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/async_tasks.nim(101, 13) Hint: 'output' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/async_tasks.nim(115, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/token/service.nim(24, 7) Hint: 'CRYPTO_SUB_UNITS_TO_FACTOR' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/currency/dto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/currency/service.nim(1, 46) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/dto/derived_address_dto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/async_tasks.nim(98, 9) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/async_tasks.nim(97, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/service.nim(1, 24) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/service.nim(3, 12) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/service.nim(96, 9) Hint: 'updated' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/service_token.nim(47, 21) Hint: 'flatTokensKey' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/wallet_account/service_token.nim(191, 6) Hint: 'getCurrencyFormat' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/pinned_message.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/urls_unfurling_plan.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/async_tasks.nim(1, 8) Hint: duplicate import of 'uuids'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/service.nim(1, 101) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/service.nim(1, 24) [DuplicateModuleImport]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/dto/seen_unseen_messages.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/service.nim(39, 5) Hint: 'NEW_LINE' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/message/service.nim(42, 7) Hint: 'WEEK_AS_MILLISECONDS' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/service.nim(1, 16) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/service.nim(7, 12) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app/core/tasks/common.nim(2, 3) Hint: duplicate import of 'json_serialization'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/activity_center/service.nim(1, 86) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/service.nim(1, 24) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/service.nim(22, 35) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app/core/tasks/common.nim(2, 3) Hint: duplicate import of 'json_serialization'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/service.nim(1, 109) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym523' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym524' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym525' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym526' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym655' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym656' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym657' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym658' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community/service.nim(1596, 9) Hint: 'metricsType' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/dto/coder.nim(4, 14) Hint: duplicate import of 'tables'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/dto/coder.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/dto/coder.nim(4, 22) Hint: duplicate import of 'json_serialization'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/dto/coder.nim(3, 57) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/dto/coder.nim(4, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/dto/coder.nim(3, 7) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/eth/dto/method_dto.nim(92, 6) Hint: 'call' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/cryptoRampDto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/async_tasks.nim(5, 8) Hint: duplicate import of 'stint'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/service.nim(1, 53) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/async_tasks.nim(6, 33) Hint: duplicate import of 'backend'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/service.nim(5, 15) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/async_tasks.nim(55, 9) Hint: 'output' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/async_tasks.nim(54, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/service.nim(1, 70) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/transaction/service.nim(695, 11) Hint: 'res' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/bookmarks/service.nim(1, 16) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/dapp_permissions/service.nim(1, 16) [DuplicateModuleImport]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/dapp_permissions/dto/permission.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/dapp_permissions/dto/dapp.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/privacy/async_tasks.nim(1, 33) Hint: duplicate import of 'status_privacy'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/privacy/service.nim(11, 33) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
.......
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/dto/ens_username_dto.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/service.nim(1, 30) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/service.nim(2, 12) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/service.nim(224, 9) Hint: 'availability' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/service.nim(419, 9) Hint: 'toAddress' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/ens/service.nim(280, 8) Hint: 'extractCoordinates' is declared but not used [XDeclaredButNotUsed]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/provider/service.nim(1, 16) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/node_configuration/dto/node_config.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/profile/dto/profile_showcase_preferences.nim(1, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 21) Hint: duplicate import of 'stint'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/profile/dto/profile_showcase_preferences.nim(1, 46) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 28) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/profile/dto/profile_showcase_preferences.nim(1, 14) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(51, 45) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(57, 48) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(91, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(39, 7) Hint: 'sep' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(41, 6) Hint: 'defaultDataDir' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/profile/service.nim(1, 16) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/profile/async_tasks.nim(6, 34) Hint: duplicate import of 'status_accounts'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/profile/service.nim(10, 34) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/service.nim(1, 24) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(2, 12) Hint: duplicate import of 'ethtypes'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/service.nim(6, 12) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(3, 8) Hint: duplicate import of 'types'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/service.nim(22, 26) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app/core/tasks/common.nim(2, 3) Hint: duplicate import of 'json_serialization'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/service.nim(6, 68) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym386' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym387' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym474' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym631' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym810' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/writer.nim(155, 5) Hint: 'R`gensym811' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/dto/stickers.nim(62, 27) Hint: 'readValue' cannot raise 'IOError' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/stickers/dto/stickers.nim(62, 56) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/about/service.nim(53, 25) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/saved_address/service.nim(1, 48) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/saved_address/async_tasks.nim(4, 15) Hint: duplicate import of 'backend'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/saved_address/service.nim(5, 15) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/devices/service.nim(1, 16) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/devices/service.nim(155, 9) Hint: 'photoPath' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/mailservers/dto/mailserver.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/mailservers/service.nim(18, 44) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/mailservers/service.nim(174, 11) Hint: 'h' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/gif/service.nim(1, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_models/currency_amount.nim(1, 38) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/async_tasks.nim(1, 8) Hint: duplicate import of 'stint'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/service.nim(1, 42) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/async_tasks.nim(1, 15) Hint: duplicate import of 'tables'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/service.nim(1, 16) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/service.nim(1, 36) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/async_tasks.nim(7, 31) Hint: duplicate import of 'qt'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/service.nim(4, 31) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/async_tasks.nim(9, 24) Hint: duplicate import of 'community'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/community_tokens/service.nim(30, 24) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(546, 28) Hint: 'err' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/vendor/nim-json-serialization/json_serialization/reader.nim(452, 59) Hint: 'readValue' cannot raise 'Defect' [XCannotRaiseY]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/network_connection/service.nim(1, 56) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/network_connection/service.nim(98, 18) Hint: 'allKnown' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/service/network_connection/service.nim(98, 49) Hint: 'at' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
...
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/metrics/service.nim(1, 16) [DuplicateModuleImport]
..
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/service/metrics/dto.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_modules/keycard_popup/internal/state_factory.nim(10, 1) Hint: duplicate import of 'service'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_modules/keycard_popup/internal/state_factory.nim(9, 33) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_modules/keycard_popup/internal/state_factory.nim(11, 1) Hint: duplicate import of 'service'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_modules/keycard_popup/internal/state_factory.nim(10, 33) [DuplicateModuleImport]
...............................................................................................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_modules/keycard_popup/module.nim(12, 7) Hint: 'dummyUsage' is declared but not used [XDeclaredButNotUsed]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/controller.nim(365, 8) Hint: 'keyUID' is declared but not used [XDeclaredButNotUsed]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/state_factory.nim(8, 1) Hint: duplicate import of 'service'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/state_factory.nim(7, 45) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/state_factory.nim(9, 1) Hint: duplicate import of 'service'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/state_factory.nim(8, 45) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/state_factory.nim(13, 1) Hint: duplicate import of 'state_factory'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/state_factory.nim(12, 49) [DuplicateModuleImport]
.......
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/keycard_enter_puk_state.nim(59, 11) Hint: 'storeToKeychainValue' is declared but not used [XDeclaredButNotUsed]
..................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/keycard_wrong_puk_state.nim(62, 11) Hint: 'storeToKeychainValue' is declared but not used [XDeclaredButNotUsed]
...................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/login_keycard_reading_keycard_state.nim(1, 23) Hint: duplicate import of 'global_singleton'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/state_factory.nim(2, 23) [DuplicateModuleImport]
....
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/internal/login_keycard_pin_verified_state.nim(13, 9) Hint: 'storeToKeychainValue' is declared but not used [XDeclaredButNotUsed]
..................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/module.nim(14, 7) Hint: 'dummyUsage' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/startup/module.nim(15, 7) Hint: 'dummyUsage2' is declared but not used [XDeclaredButNotUsed]
..........
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/core/notifications/details.nim(3, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
.....................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_models/link_preview_model.nim(223, 9) Hint: 'itemsToInsert' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_models/emoji_reactions_model.nim(44, 10) Hint: 'countChanged' is declared but not used [XDeclaredButNotUsed]
....................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/chat_section/chat_content/input_area/view.nim(136, 8) Hint: 'loadLinkPreviews' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/chat_section/chat_content/input_area/view.nim(152, 8) Hint: 'urlsModelChanged' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/chat_section/chat_content/input_area/controller.nim(178, 6) Hint: 'shouldAskToEnableLinkPreview' is declared but not used [XDeclaredButNotUsed]
....
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/chat_section/chat_content/messages/module.nim(21, 29) Hint: duplicate import of 'global_singleton'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/chat_section/chat_content/messages/module.nim(10, 29) [DuplicateModuleImport]
.................
/home/fryorcraken/src/status-im/status-desktop/vendor/nimbus-build-system/vendor/Nim/lib/pure/times.nim(2135, 39) Hint: 'parse' cannot raise 'Defect' [XCannotRaiseY]
.....
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_models/collectibles_entry.nim(1, 71) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_models/collectibles_entry.nim(1, 54) [DuplicateModuleImport]
..
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_models/collectibles_entry.nim(82, 8) Hint: 'hasOwnership' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_models/collectibles_entry.nim(85, 8) Hint: 'getOwnership' is declared but not used [XDeclaredButNotUsed]
...................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/all_tokens/sources_of_tokens_model.nim(34, 8) Hint: 'countChanged' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/all_tokens/flat_tokens_model.nim(63, 8) Hint: 'countChanged' is declared but not used [XDeclaredButNotUsed]
..
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/all_tokens/address_per_chain_model.nim(31, 8) Hint: 'countChanged' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/all_tokens/token_by_symbol_model.nim(66, 8) Hint: 'countChanged' is declared but not used [XDeclaredButNotUsed]
.............
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/assets/balances_model.nim(34, 8) Hint: 'countChanged' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/assets/view.nim(30, 8) Hint: 'groupedAccountAssetsModelChanged' is declared but not used [XDeclaredButNotUsed]
.....................................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/send/view.nim(247, 11) Hint: 'networkItem' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/wallet_section/send/view.nim(292, 39) Hint: conversion from Table[system.string, system.string] to itself is pointless [ConvFromXtoItselfNotNeeded]
....................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/shared_modules/add_account/module.nim(16, 7) Hint: 'dummyUsage' is declared but not used [XDeclaredButNotUsed]
...............................................
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/profile/models/profile_save_data.nim(1, 8) [DuplicateModuleImport]
.
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(1, 28) Hint: duplicate import of 'strutils'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/profile/models/profile_save_data.nim(1, 14) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(51, 45) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(57, 48) Hint: conversion from string to itself is pointless [ConvFromXtoItselfNotNeeded]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(91, 23) Hint: 'e' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(39, 7) Hint: 'sep' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/utils.nim(41, 6) Hint: 'defaultDataDir' is declared but not used [XDeclaredButNotUsed]
..........
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/contacts/view.nim(124, 8) Hint: 'contactsModelChanged' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/contacts/view.nim(131, 8) Hint: 'myMutualContactsModelChanged' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/contacts/view.nim(138, 8) Hint: 'blockedContactsModelChanged' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/contacts/view.nim(145, 8) Hint: 'receivedContactRequestsModelChanged' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/contacts/view.nim(152, 8) Hint: 'sentContactRequestsModelChanged' is declared but not used [XDeclaredButNotUsed]
..................................................
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(1, 8) Hint: duplicate import of 'json'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/ens_usernames/module.nim(1, 16) [DuplicateModuleImport]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(13, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(21, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(29, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(37, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(45, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(5, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(53, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(61, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(69, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/app_service/common/json_utils.nim(77, 10) Hint: 'getProp' is declared but not used [XDeclaredButNotUsed]
..........
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/keycard/module.nim(242, 7) Hint: 'isAccountInKnownAccounts' is declared but not used [XDeclaredButNotUsed]
.........
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/wallet/module.nim(22, 8) Hint: duplicate import of 'io_interface'; previous import here: /home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/profile_section/wallet/module.nim(3, 23) [DuplicateModuleImport]
.............................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/activity_center/item.nim(8, 7) Hint: 'CONTACT_REQUEST_PENDING_STATE' is declared but not used [XDeclaredButNotUsed]
....................
/home/fryorcraken/src/status-im/status-desktop/src/app/modules/main/communities/models/discord_import_tasks_model.nim(97, 11) Hint: 'errorsAndWarningsCount' is declared but not used [XDeclaredButNotUsed]
...................
/home/fryorcraken/src/status-im/status-desktop/src/app/boot/app_controller.nim(360, 9) Hint: 'args' is declared but not used [XDeclaredButNotUsed]
/home/fryorcraken/src/status-im/status-desktop/src/nim_status_client.nim(51, 71) Hint: ':anonymous' cannot raise 'Defect' [XCannotRaiseY]
Hint: [Link]
/usr/bin/ld: cannot find -l:libcrypto.so.1.1: No such file or directory
/usr/bin/ld: cannot find -l:libssl.so.1.1: No such file or directory
collect2: error: ld returned 1 exit status
Error: execution of an external program failed: 'g++ @nim_status_client_linkerArgs.txt'
make: *** [Makefile:555: bin/nim_status_client] Error 1
Please try to set LIBRARY_PATH
as well for ssl.
So I setup LIBRARY_PATH
and LD_LIBRARY_PATH
:
export LD_LIBRARY_PATH=$HOME/.local/lib/openssl1.1/lib:$LD_LIBRARY_PATH
export LIBRARY_PATH=$HOME/.local/lib/openssl1.1/lib:$LIBRARY_PATH
It worked!
Description
openssl 1.1 dev libs are needed to compile.
I cannot find a way to install on fedora with system package manager:
Will try to see if I can install from source and point to it.
openssl 1.1 was removed from Fedora 40 (quite recent) https://discussion.fedoraproject.org/t/f40-change-proposal-removing-openssl-1-1-package-system-wide/92899
Why is such an old version used?