superlistapp / super_native_extensions

Native drag & drop, clipboard access and context menu.
MIT License
440 stars 72 forks source link

super_clipboard compile issue on Linux #417

Closed stephanlphilips closed 3 weeks ago

stephanlphilips commented 3 weeks ago

I am experiencing some issues when trying to compile a Flutter application with the super_clipboard package on Linux. The build fails with multiple linking errors.

With the following steps I could reproduce my issues :

flutter create test cd test flutter pub add super_clipboard flutter run -d linux

Then I get the following errors: SEVERE: error: linking with cc failed: exit status: 1 SEVERE: collect2: error: ld returned 1 exit status SEVERE: error: linking with cc failed: exit status: 1 SEVERE: collect2: error: ld returned 1 exit status SEVERE: error: linking with cc failed: exit status: 1 SEVERE: collect2: error: ld returned 1 exit status SEVERE: error: linking with cc failed: exit status: 1 SEVERE: collect2: error: ld returned 1 exit status SEVERE: error: could not compile proc-macro-error (build script) due to 1 previous error SEVERE: warning: build failed, waiting for other jobs to finish... SEVERE: error: could not compile proc-macro-error-attr (build script) due to 1 previous error SEVERE: error: could not compile gio (build script) due to 1 previous error SEVERE: error: could not compile unicase (build script) due to 1 previous error SEVERE: error: linking with cc failed: exit status: 1 SEVERE: collect2: error: ld returned 1 exit status SEVERE: error: could not compile slab (build script) due to 1 previous error ... SEVERE: error: could not compile semver (build script) due to 1 previous error SEVERE: error: linking with cc failed: exit status: 1 SEVERE: collect2: error: ld returned 1 exit status SEVERE: error: could not compile target-lexicon (build script) due to 1 previous error Building Linux application...
Error: Build process failed

I'm using the following flutter version : Flutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 80c2e84975 (3 weeks ago) • 2024-07-30 23:06:49 +0700 Engine • revision b8800d88be Tools • Dart 3.5.0 • DevTools 2.37.2

And the following version of rust : rustc 1.80.1 (3f5fd8dd4 2024-08-06)

OS: Ubuntu 24.04 LTS

Do you have any tips on how to resolve this?

Many thanks.

knopp commented 3 weeks ago

The log is missing actual errors. Can you post here the verbose log?

stephanlphilips commented 3 weeks ago

Yes!

The main error seems to be caused by an mismatch of the glibc version (on my system this is 2.39). Is there a way to make this version compatible, or should I find a way to install 2.33 on my system?

--> /snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)

-- full logs --

[  +17 ms] Unable to locate an Android SDK.
[   +4 ms] executing: uname -m
[   +5 ms] Exit code 0 from: uname -m
[        ] x86_64
[ +101 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +46 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +2 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +65 ms] Skipping pub get: version match.
[  +34 ms] Found plugin device_info_plus at
/home/stephan/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/
[  +14 ms] Found plugin irondash_engine_context at
/home/stephan/.pub-cache/hosted/pub.dev/irondash_engine_context-0.5.4/
[  +19 ms] Found plugin super_native_extensions at
/home/stephan/.pub-cache/hosted/pub.dev/super_native_extensions-0.8.19/
[  +56 ms] Found plugin device_info_plus at
/home/stephan/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/
[   +8 ms] Found plugin irondash_engine_context at
/home/stephan/.pub-cache/hosted/pub.dev/irondash_engine_context-0.5.4/
[  +31 ms] Found plugin super_native_extensions at
/home/stephan/.pub-cache/hosted/pub.dev/super_native_extensions-0.8.19/
[  +86 ms] Found plugin device_info_plus at
/home/stephan/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/
[   +9 ms] Found plugin irondash_engine_context at
/home/stephan/.pub-cache/hosted/pub.dev/irondash_engine_context-0.5.4/
[  +38 ms] Found plugin super_native_extensions at
/home/stephan/.pub-cache/hosted/pub.dev/super_native_extensions-0.8.19/
[  +33 ms] Generating
/home/stephan/Desktop/test2/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +197 ms] No packages with native assets. Skipping native assets compilation.
[   +6 ms] Initializing file store
[  +14 ms] Skipping target: gen_localizations
[   +4 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following
inputs have updated contents:
/home/stephan/Desktop/test2/.dart_tool/package_config_subset,/home/stephan/Desktop/test2/.dart_tool/flutt
er_build/dart_plugin_registrant.dart}
[  +47 ms] Found plugin device_info_plus at
/home/stephan/.pub-cache/hosted/pub.dev/device_info_plus-10.1.2/
[  +33 ms] Found plugin irondash_engine_context at
/home/stephan/.pub-cache/hosted/pub.dev/irondash_engine_context-0.5.4/
[  +14 ms] Found plugin super_native_extensions at
/home/stephan/.pub-cache/hosted/pub.dev/super_native_extensions-0.8.19/
[  +19 ms] gen_dart_plugin_registrant: Complete
[        ] Skipping target: _composite
[   +1 ms] complete
[   +3 ms] Launching lib/main.dart on Linux in debug mode...
[   +3 ms] /home/stephan/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dartaotruntime
--disable-dart-dev
/home/stephan/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server_aot.dart.snaps
hot --sdk-root
/home/stephan/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/
--incremental --target=flutter --experimental-emit-debug-metadata --output-dill
/tmp/flutter_tools.FPLWSK/flutter_tool.GHQWBX/app.dill --packages
/home/stephan/Desktop/test2/.dart_tool/package_config.json -Ddart.vm.profile=false
-Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root
--initialize-from-dill build/cache.dill.track.dill --source
file:///home/stephan/Desktop/test2/.dart_tool/flutter_build/dart_plugin_registrant.dart --source
package:flutter/src/dart_plugin_registrant.dart
-Dflutter.dart_plugin_registrant=file:///home/stephan/Desktop/test2/.dart_tool/flutter_build/dart_plugin_
registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy
[  +22 ms] Building Linux application...
[  +12 ms] <- compile package:test2/main.dart
[   +4 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug
-DFLUTTER_TARGET_PLATFORM=linux-x64 /home/stephan/Desktop/test2/linux
[  +65 ms] -- Configuring done
[  +54 ms] -- Generating done
[        ] -- Build files have been written to: /home/stephan/Desktop/test2/build/linux/x64/debug
[  +11 ms] executing: ninja -C build/linux/x64/debug install
[  +11 ms] ninja: Entering directory `build/linux/x64/debug'
[+1579 ms] [1/11] Generating libsuper_native_extensions.so, _phony_
[   +1 ms] FAILED: plugins/super_native_extensions/libsuper_native_extensions.so
plugins/super_native_extensions/_phony_
[  +30 ms] cd /home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions &&
/snap/flutter/145/usr/bin/cmake -E env CARGOKIT_CMAKE=/snap/flutter/145/usr/bin/cmake
CARGOKIT_CONFIGURATION=Debug
CARGOKIT_MANIFEST_DIR=/home/stephan/Desktop/test2/linux/flutter/ephemeral/.plugin_symlinks/super_native_e
xtensions/linux/../rust
CARGOKIT_TARGET_TEMP_DIR=/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extension
s/cargokit_build
CARGOKIT_OUTPUT_DIR=/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions
CARGOKIT_TARGET_PLATFORM=linux-x64
CARGOKIT_TOOL_TEMP_DIR=/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/
cargokit_build/tool CARGOKIT_ROOT_PROJECT_DIR=/home/stephan/Desktop/test2/linux
/home/stephan/.pub-cache/hosted/pub.dev/super_native_extensions-0.8.19/cargokit/run_build_tool.sh
build-cmake
[   +1 ms] INFO: Precompiled binaries are disabled
[        ] INFO: Building super_native_extensions for x86_64-unknown-linux-gnu
[        ] SEVERE: ================================================================================
[        ] SEVERE: Cargokit BuildTool failed with error:
[        ] SEVERE: --------------------------------------------------------------------------------
[        ] SEVERE: External Command: rustup "run" "stable" "cargo" "build" "--manifest-path"
"/home/stephan/.pub-cache/hosted/pub.dev/super_native_extensions-0.8.19/rust/Cargo.toml" "-p"
"super_native_extensions" "--target" "x86_64-unknown-linux-gnu" "--target-dir"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build"
[        ] SEVERE: Returned Exit Code: 101
[        ] SEVERE: --------------------------------------------------------------------------------
[        ] SEVERE: STDOUT:
[        ] SEVERE: --------------------------------------------------------------------------------
[        ] SEVERE: STDERR:
[        ] SEVERE: Compiling proc-macro2 v1.0.83
[        ] SEVERE:    Compiling serde v1.0.202
[        ] SEVERE:    Compiling target-lexicon v0.12.14
[        ] SEVERE:    Compiling libc v0.2.155
[        ] SEVERE:    Compiling syn v1.0.109
[        ] SEVERE:    Compiling anyhow v1.0.86
[        ] SEVERE:    Compiling thiserror v1.0.61
[        ] SEVERE:    Compiling semver v1.0.23
[        ] SEVERE:    Compiling gio v0.17.10
[        ] SEVERE:    Compiling serde_json v1.0.117
[        ] SEVERE:    Compiling slab v0.4.9
[        ] SEVERE:    Compiling proc-macro-error-attr v1.0.4
[        ] SEVERE:    Compiling proc-macro-error v1.0.4
[        ] SEVERE:    Compiling unicase v2.7.0
[        ] SEVERE:    Compiling memoffset v0.9.1
[        ] SEVERE:    Compiling gtk v0.17.1
[        ] SEVERE:    Compiling lazy_static v1.4.0
[        ] SEVERE:    Compiling ppv-lite86 v0.2.17
[        ] SEVERE:    Compiling time-macros v0.2.18
[        ] SEVERE:    Compiling unicode-bidi v0.3.15
[        ] SEVERE:    Compiling num_threads v0.1.7
[        ] SEVERE:    Compiling num-conv v0.1.0
[        ] SEVERE:    Compiling form_urlencoded v1.2.1
[        ] SEVERE:    Compiling irondash_dart_ffi v0.2.0
[        ] SEVERE:    Compiling mime v0.3.17
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[   +1 ms] SEVERE:   |
[  +32 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcF6yPKq/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/gio-0247a044aa4cf54f/build_script_build-0247a044aa4cf54f.build_script_build.7cc473dc1b245932-cgu.0.r
cgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/gio-0247a044aa4cf54f/build_script_build-0247a044aa4cf54f.1ytz0dlzha1pkggsvfxul2k81.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/gio-0247a044aa4cf54f/build_script_build-0247a044aa4cf54f" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `gio` (build script) due to 1 previous error
[        ] SEVERE: warning: build failed, waiting for other jobs to finish...
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +36 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcq39imI/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/slab-05a296270ff4a11a/build_script_build-05a296270ff4a11a.build_script_build.c4b536c1e3da64e2-cgu.0.
rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/slab-05a296270ff4a11a/build_script_build-05a296270ff4a11a.7iczprh2lqpp26vgcrr8sunzy.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libautocfg-0d12ba1e012345d7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/slab-05a296270ff4a11a/build_script_build-05a296270ff4a11a" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +53 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcrBUB06/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro-error-770ee0e09dc4d886/build_script_build-770ee0e09dc4d886.build_script_build.a84f7ceab1b
e26ed-cgu.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro-error-770ee0e09dc4d886/build_script_build-770ee0e09dc4d886.bpeqaasepoomwr0mkzpqmlnx9.rcgu
.o" "-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libversion_check-4bac69dc9fb96d35.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro-error-770ee0e09dc4d886/build_script_build-770ee0e09dc4d886" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `proc-macro-error` (build script) due to 1 previous error
[        ] SEVERE: error: could not compile `slab` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +34 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustc6RCRFG/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/memoffset-e796531449c1a999/build_script_build-e796531449c1a999.build_script_build.5cba3128b542d4ff-c
gu.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/memoffset-e796531449c1a999/build_script_build-e796531449c1a999.6p3nb1sy0l2h9sofz30p4cv65.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libautocfg-0d12ba1e012345d7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/memoffset-e796531449c1a999/build_script_build-e796531449c1a999" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +32 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustchjefsW/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/serde_json-0c79e934aa4afd75/build_script_build-0c79e934aa4afd75.build_script_build.afac0bbf027c117a-
cgu.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/serde_json-0c79e934aa4afd75/build_script_build-0c79e934aa4afd75.3qevqj7ys1npa3ha6z7s7lrqf.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/serde_json-0c79e934aa4afd75/build_script_build-0c79e934aa4afd75" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `memoffset` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +54 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustc4LnBVv/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro-error-attr-312b5a9b36032c3a/build_script_build-312b5a9b36032c3a.build_script_build.dd7136
0243eb872f-cgu.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro-error-attr-312b5a9b36032c3a/build_script_build-312b5a9b36032c3a.85rnjz4ehy8pcocnerni6y7yg
.rcgu.o" "-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libversion_check-4bac69dc9fb96d35.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro-error-attr-312b5a9b36032c3a/build_script_build-312b5a9b36032c3a" "-Wl,--gc-sections"
"-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +34 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcEMlNBv/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/unicase-f4c66d9c3848525f/build_script_build-f4c66d9c3848525f.build_script_build.51fd1d481bef1622-cgu
.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/unicase-f4c66d9c3848525f/build_script_build-f4c66d9c3848525f.byl8k5m0omm0ig2e6u9qypvse.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libversion_check-4bac69dc9fb96d35.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/unicase-f4c66d9c3848525f/build_script_build-f4c66d9c3848525f" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `serde_json` (build script) due to 1 previous error
[        ] SEVERE: error: could not compile `proc-macro-error-attr` (build script) due to 1 previous
error
[        ] SEVERE: error: could not compile `unicase` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +33 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcUOBsrS/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/gtk-f5685c0a8635c9b0/build_script_build-f5685c0a8635c9b0.build_script_build.45d120edf0abf64b-cgu.0.r
cgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/gtk-f5685c0a8635c9b0/build_script_build-f5685c0a8635c9b0.7i3bef5kswahlvp8ss7bqdt6f.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libpkg_config-4b0bcbca3ed1646e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/gtk-f5685c0a8635c9b0/build_script_build-f5685c0a8635c9b0" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `gtk` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +34 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustc0X9vgq/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/anyhow-4ecfa49e2c16ed81/build_script_build-4ecfa49e2c16ed81.build_script_build.27bbed25915d2206-cgu.
0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/anyhow-4ecfa49e2c16ed81/build_script_build-4ecfa49e2c16ed81.build_script_build.27bbed25915d2206-cgu.
1.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/anyhow-4ecfa49e2c16ed81/build_script_build-4ecfa49e2c16ed81.5bay08ug59wcmfirq5951t9a2.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/anyhow-4ecfa49e2c16ed81/build_script_build-4ecfa49e2c16ed81" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +36 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcGF5ADl/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/thiserror-1acbfa88925461d4/build_script_build-1acbfa88925461d4.build_script_build.70649dcbb0a95c44-c
gu.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/thiserror-1acbfa88925461d4/build_script_build-1acbfa88925461d4.build_script_build.70649dcbb0a95c44-c
gu.1.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/thiserror-1acbfa88925461d4/build_script_build-1acbfa88925461d4.cvi6v43k6dw1orbf2532ponqz.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/thiserror-1acbfa88925461d4/build_script_build-1acbfa88925461d4" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `anyhow` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +67 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcu3kHEO/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/syn-9b4ad92e857446bd/build_script_build-9b4ad92e857446bd.build_script_build.b974999bc2bf98a0-cgu.0.r
cgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/syn-9b4ad92e857446bd/build_script_build-9b4ad92e857446bd.build_script_build.b974999bc2bf98a0-cgu.1.r
cgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/syn-9b4ad92e857446bd/build_script_build-9b4ad92e857446bd.build_script_build.b974999bc2bf98a0-cgu.2.r
cgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/syn-9b4ad92e857446bd/build_script_build-9b4ad92e857446bd.1lesxzz0blcdjt3rlfraqfnbr.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/syn-9b4ad92e857446bd/build_script_build-9b4ad92e857446bd" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `thiserror` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +62 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustc4VQGYk/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro2-2d07d29066ba73ae/build_script_build-2d07d29066ba73ae.build_script_build.a6aab1e67fd82d3a
-cgu.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro2-2d07d29066ba73ae/build_script_build-2d07d29066ba73ae.build_script_build.a6aab1e67fd82d3a
-cgu.1.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro2-2d07d29066ba73ae/build_script_build-2d07d29066ba73ae.8pfl6m4kehqnxmhbozd5lc5qe.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/proc-macro2-2d07d29066ba73ae/build_script_build-2d07d29066ba73ae" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +31 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcjHrI4j/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/semver-968fd04901533685/build_script_build-968fd04901533685.build_script_build.d208190558c3cd59-cgu.
0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/semver-968fd04901533685/build_script_build-968fd04901533685.26wbblizy85vmmk85sy3tlyse.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/semver-968fd04901533685/build_script_build-968fd04901533685" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `syn` (build script) due to 1 previous error
[        ] SEVERE: error: could not compile `semver` (build script) due to 1 previous error
[        ] SEVERE: error: could not compile `proc-macro2` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +31 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcFE0cIm/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/serde-ec9c1be2bff415f2/build_script_build-ec9c1be2bff415f2.build_script_build.c753b0ba93354fb4-cgu.0
.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/serde-ec9c1be2bff415f2/build_script_build-ec9c1be2bff415f2.d3nazeid88annd3jdx9na110y.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/serde-ec9c1be2bff415f2/build_script_build-ec9c1be2bff415f2" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `serde` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +42 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcrKrW7B/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/libc-6fb457b1608fd112/build_script_build-6fb457b1608fd112.build_script_build.18d67d9976fc95f4-cgu.0.
rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/libc-6fb457b1608fd112/build_script_build-6fb457b1608fd112.build_script_build.18d67d9976fc95f4-cgu.1.
rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/libc-6fb457b1608fd112/build_script_build-6fb457b1608fd112.build_script_build.18d67d9976fc95f4-cgu.2.
rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/libc-6fb457b1608fd112/build_script_build-6fb457b1608fd112.build_script_build.18d67d9976fc95f4-cgu.3.
rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/libc-6fb457b1608fd112/build_script_build-6fb457b1608fd112.by49imue2i1ygiojisu3xdsw7.rcgu.o"
"-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/libc-6fb457b1608fd112/build_script_build-6fb457b1608fd112" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `libc` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +35 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc" "-m64"
"/tmp/rustcy0mJgl/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/target-lexicon-130de76e4a62712a/build_script_build-130de76e4a62712a.build_script_build.552650b5de27b
04d-cgu.0.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/target-lexicon-130de76e4a62712a/build_script_build-130de76e4a62712a.build_script_build.552650b5de27b
04d-cgu.1.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/target-lexicon-130de76e4a62712a/build_script_build-130de76e4a62712a.b1jlf52fr9s4neo4rrtib8r8j.rcgu.o
" "-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/b
uild/target-lexicon-130de76e4a62712a/build_script_build-130de76e4a62712a" "-Wl,--gc-sections" "-pie"
"-Wl,-z,relro,-z,now" "-nodefaultlibs"
[   +1 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `target-lexicon` (build script) due to 1 previous error
[        ] SEVERE: error: linking with `cc` failed: exit status: 1
[        ] SEVERE:   |
[  +92 ms] SEVERE:   = note: LC_ALL="C"
PATH="/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-g
nu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-
gnu/bin:/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux
-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutte
r/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/stephan/snap/flutter/common/flutter/b
in:/home/stephan/.cargo/bin:/home/stephan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
bin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin" VSLANG="1033" "cc"
"-Wl,--version-script=/tmp/rustcuPHgm2/list" "-Wl,--no-undefined-version" "-m64"
"/tmp/rustcuPHgm2/symbols.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.00.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.01.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.02.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.03.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.04.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.05.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.06.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.07.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.08.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.09.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.10.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.11.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.12.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.13.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.14.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.time_macros.8f606548bbd9165d-cgu.15.rcgu.o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.am39rxm0kgklre8ionewmjt4i.rcgu.rmeta"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/time_macros-a29faa7e3ab4dfa3.41ja1ekde6oq6t3yeo02q8h8z.rcgu.o" "-Wl,--as-needed" "-L"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-Wl,-Bstatic"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libtime_core-8b7a6ff39d3fe3b5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libproc_macro-37a00aea1affa1af.rlib"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libnum_conv-4ab423e733e614c6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd-52417a9a08ba8fb9.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libpanic_unwind-1b238e97929fdc18.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libobject-3692c2663daa48a5.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libmemchr-5c1e2d61611c0240.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libaddr2line-e55c5186b9bbabcb.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libgimli-7911d2fe92903c6c.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_demangle-c03510cdc48cfa52.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libstd_detect-7ec6f3765287c7b7.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libhashbrown-ab3f1b788cf79cfc.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_alloc-6db4226b4e34b1a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libminiz_oxide-f5bb1a38d410fa1e.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libadler-e585efe74c64604d.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libunwind-03f8e93b59ffc316.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcfg_if-669e9182bfe197a6.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liblibc-64b53226be979181.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/liballoc-26921ac7e6a44d2b.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/librustc_std_workspace_core-6703049be165ebf1.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcore-04bfdf6b094564ce.rlib"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b/libcompiler_builtins-6648dc218e522d87.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm"
"-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L"
"/home/stephan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/li
b" "-o"
"/home/stephan/Desktop/test2/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/debug/d
eps/libtime_macros-a29faa7e3ab4dfa3.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now"
"-nodefaultlibs"
[   +2 ms] SEVERE:   = note: /snap/flutter/current/usr/bin/ld:
/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so: error loading plugin:
/snap/flutter/145/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required
by /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so)
[        ] SEVERE:           collect2: error: ld returned 1 exit status
[        ] SEVERE:           
[        ] SEVERE: 
[        ] SEVERE: error: could not compile `time-macros` (lib) due to 1 previous error
[        ] SEVERE: --------------------------------------------------------------------------------
[        ] SEVERE: #0      runCommand (package:build_tool/src/util.dart:118:5)
[        ] SEVERE: #1      RustBuilder.build (package:build_tool/src/builder.dart:139:5)
[        ] SEVERE: <asynchronous suspension>
[        ] SEVERE: #2      ArtifactProvider.getArtifacts
(package:build_tool/src/artifacts_provider.dart:68:25)
[        ] SEVERE: <asynchronous suspension>
[        ] SEVERE: #3      BuildCMake.build (package:build_tool/src/build_cmake.dart:26:23)
[        ] SEVERE: <asynchronous suspension>
[        ] SEVERE: #4      BuildCMakeCommand.runBuildCommand
(package:build_tool/src/build_tool.dart:76:5)
[        ] SEVERE: <asynchronous suspension>
[        ] SEVERE: #5      BuildCommand.run (package:build_tool/src/build_tool.dart:34:5)
[        ] SEVERE: <asynchronous suspension>
[        ] SEVERE: #6      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
[        ] SEVERE: <asynchronous suspension>
[        ] SEVERE: #7      runMain (package:build_tool/src/build_tool.dart:248:5)
[        ] SEVERE: <asynchronous suspension>
[        ] SEVERE: --------------------------------------------------------------------------------
[        ] SEVERE: BuildTool arguments: [build-cmake]
[        ] SEVERE: ================================================================================
[ +196 ms] [2/11] Generating /home/stephan/Desktop/test2/linux/flutter/ephemeral/libflutter_linux_gtk.so,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_engine.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_method_call.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_method_response.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_value.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/fl_view.h,
/home/stephan/Desktop/test2/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_
[   +1 ms] [  +26 ms] Unable to locate an Android SDK.
[        ] [   +5 ms] executing: uname -m
[        ] [   +4 ms] Exit code 0 from: uname -m
[        ] [        ] x86_64
[        ] [  +38 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping
update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping
update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[        ] [   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [  +64 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping
update.
[        ] [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping
update.
[        ] [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] [        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[        ] [  +75 ms] Initializing file store
[        ] [  +22 ms] Done initializing file store
[        ] [  +94 ms] Skipping target: gen_localizations
[        ] [  +18 ms] Skipping target: gen_dart_plugin_registrant
[        ] [ +497 ms] Skipping target: unpack_linux
[        ] [ +514 ms] Skipping target: kernel_snapshot_program
[        ] [   +3 ms] Skipping target: native_assets
[        ] [        ] Skipping target: kernel_snapshot_native_assets
[        ] [        ] Skipping target: kernel_snapshot
[        ] [ +543 ms] Skipping target: debug_bundle_linux-x64_assets
[        ] [        ] Persisting file store
[        ] [  +10 ms] Done persisting file store
[        ] [   +6 ms] build succeeded.
[        ] [   +6 ms] "flutter assemble" took 1,867ms.
[        ] [ +124 ms] ensureAnalyticsSent: 110ms
[        ] [        ] Running 1 shutdown hook
[        ] [        ] Shutdown hooks complete
[        ] [   +9 ms] exiting with code 0
[        ] ninja: build stopped: subcommand failed.
[  +15 ms] Building Linux application... (completed in 2,778ms)
[ +158 ms] Error: Build process failed
[   +1 ms] "flutter run" took 3,803ms.
[  +12 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:874:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure>
           (package:flutter_tools/src/runner/flutter_command.dart:1408:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure>
           (package:flutter_tools/src/runner/flutter_command_runner.dart:420:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand
           (package:flutter_tools/src/runner/flutter_command_runner.dart:364:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:130:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure>
(package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:93:3)
           <asynchronous suspension>

[  +31 ms] ensureAnalyticsSent: 26ms
[        ] Running 2 shutdown hooks
[  +19 ms] Shutdown hooks complete
[  +38 ms] exiting with code 1
knopp commented 3 weeks ago

Don't install Flutter from SNAP. It's broken as it can't do link time optimization.

https://github.com/canonical/flutter-snap/issues/109

stephanlphilips commented 3 weeks ago

Clear! Thanks for the help and quick response, now it works :)