OctoPrint / OctoPrint

OctoPrint is the snappy web interface for your 3D printer!

Home Page:https://octoprint.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RC Feedback] Feedback on the 1.10.0rc1 Release Candidate

foosel opened this issue · comments

Please provide general feedback on your experience with the 1.10.0rc1 Release Candidate here. An "All is working fine" is valuable feedback as well, because it tells me that people in fact are testing the RC and just not finding any problems. Thanks :)

Things to take a closer look at

For this RC, these things should get a closer look while testing, if possible:

  • Proper behaviour when using the included web interface as well as any third party clients at your disposal.
  • User and group management functioning as expected.
  • Plugin installation functioning as expected.
  • Application key management functioning as expected. Authentication workflow with third party clients at your disposal (e.g. slicers) works as it should.

❗👇 IMPORTANT 👇❗

If you run into any obvious bugs not yet listed below, please open a new ticket and follow "How to file a bug report". I need full bug reports with system info bundles, not just a statement that something doesn't work!

❗👆 IMPORTANT 👆❗


Update test matrix

image

Releases aren't rolled out unless all tests in the update test matrix succeed.


Currently known issues

  • #4939 - fix ready for 1.10.0rc2
  • #4940 - fix ready for 1.10.0rc2
  • #4941 - fix ready for 1.10.0rc2
  • #4942 - fix ready for 1.10.0rc2
  • #4943 - fix ready for 1.10.0rc2

Unreproduced issues

Unreproduced and information for further analysis missing

Third party issues

  • zeroconf dependency gets built from source instead of pulled from piwheels on OctoPi 0.18, see #4938 (comment)
    • caused by an outdated pip version, see this comment
    • if affected (OctoPi 0.18.0 development build instead of stable?), make sure to update to pip>=20.3
  • Files section in UI Customizer has moved for some reason

Issues needing analysis

Updated RPi4B (4GB), OctoPi 1.0.0cam successfully.

RPi3B, OctoPi 0.18.0 appears to be stuck:

Building wheel for zeroconf (PEP 517): still running...
Building wheel for zeroconf (PEP 517): still running...

OctoPrint_Update.zip

I guess I wasn't patient enough...

RPi3B, OctoPi 0.18.0, updated successfully.

Basic stuff is working so far:

  • homeassistant is correctly polling my printer
  • camera still works
  • arcwelder plugin still works
  • printing is printing

Ender 5-S1, OctoPi 1.0.0 on RP3B+

The login banner is unable to report the version. I get this li'l traceback when I ssh in:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name 'get_versions' from 'octoprint._version' (/home/pi/oprint/lib/python3.11/site-packages/octoprint/_version.py)

The files section seems to have moved. It used to be on the right side of the center panel. Or maybe I had some formatting plugin that isn't working...

Screenshot_2024-01-31_13-56-38

OctoRemote, Homeassistant, and PrusaSlicer are all able to operate over the API.

From my logs:

Jan 31 13:40:53 octopi octoprint[438]: Traceback (most recent call last):
Jan 31 13:40:53 octopi octoprint[438]:   File "/home/pi/oprint/lib/python3.11/site-packages/octoprint/plugins/softwareupdate/__init__.py", line 1852, in _get_current_version
Jan 31 13:40:53 octopi octoprint[438]:     information, is_current = version_checker.get_latest(
Jan 31 13:40:53 octopi octoprint[438]:                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jan 31 13:40:53 octopi octoprint[438]:   File "/home/pi/oprint/lib/python3.11/site-packages/octoprint/plugins/softwareupdate/version_checks/github_release.py", line 274, in get_latest
Jan 31 13:40:53 octopi octoprint[438]:     raise ConfigurationInvalid(
Jan 31 13:40:53 octopi octoprint[438]: octoprint.plugins.softwareupdate.exceptions.ConfigurationInvalid: Update configuration for arc_welder of type github_release needs all of user, repo and current set and not None

The files section seems to have moved. It used to be on the right side of the center panel. Or maybe I had some formatting plugin that isn't working...

That would be some plugin that you had - OctoPrint doesn't have a right side bar.

Jan 31 13:40:53 octopi octoprint[438]: octoprint.plugins.softwareupdate.exceptions.ConfigurationInvalid: Update configuration for arc_welder of type github_release needs all of user, repo and current set and not None

This was a bug in earlier versions of Arc Welder - I believe it has been fixed, but because it affected the software update process you have to manually update it. Reinstalling the plugin would work.

The login banner is unable to report the version. I get this li'l traceback when I ssh in:

I could be wrong, but I think the welcome banner is part of octopi not octoprint. Anyway, the function to get version info was renamed. It's a easy fix in /home/pi/scripts/welcome, just change:
_OCTOPRINT_VERSION=$(/home/pi/oprint/bin/python -c "from octoprint._version import get_versions; print(get_versions()['version'])" || echo "unknown")
to
_OCTOPRINT_VERSION=$(/home/pi/oprint/bin/python -c "from octoprint._version import get_data; print(get_data()['version'])" || echo "unknown")

It would probably make sense to move it to use the (stable) APIs in octoprint.util.version, rather than importing from octoprint._version. It's a good observation that this has changed, I think it's unlikely it would have been used elsewhere given the documented API I mentioned, but you never know...

drag and drop upload seems to be broken for me in two instances, even running in safe mode. doesn't appear to be any errors in developer tools and the newly added setting is enabled.

#4939

Updated RPi4B (4GB), OctoPi 1.0.0cam successfully.

RPi3B, OctoPi 0.18.0 appears to be stuck:

Building wheel for zeroconf (PEP 517): still running...
Building wheel for zeroconf (PEP 517): still running...

OctoPrint_Update.zip

I had a similar experience, during my upgrade from 1.9.3 the following step was taking FOREVER:

/usr/bin/aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-PN012d/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/home/orangepi/OctoPrint/include -I/usr/include/python3.9 -c src/zeroconf/_protocol/incoming.c -o /tmp/pip-install-wkuqjzdp/zeroconf_eaa55c58057a47418ed13ad427f9a59a/build/temp.linux-aarch64-+
I used a combination of htop and 'top -bcn1 -w512' to determine which step was hanging.

The zeroconf wheel activity in the displayed log reflects this delay. Once completed, I saw an error regarding OctoEverywhere, but OE seems to be working fine. Camera, printer, etc seems OK. So all is working OK.

FULL DISCLOSURE: I'm running an Orange Pi Zero 2 which is unsupported by Octoprint, so I understand if that nullifies my feedback.

chrome_LgrR8UxsPC
chrome_milFJSEHhq
octoprint-systeminfo-20240131204202.zip


Bundles:

edited by @github-actions to add bundle viewer links

The issue with the welcome banner is now tracked in #4940 (it is technically an issue specific only to OctoPi, but since it happened due to code changes in OctoPrint it's a regression that needs looking into).


About the long build time of the zeroconf dependency...

@sclebo05 I fear piwheels doesn't have builds for aarch64, so on that architecture you'll have to build it yourself, and that takes time.

OctoPi 0.18 should by default however be using piwheels and the zeroconf wheel available on there, and in my update tests it did just that too, so I'm not entirely sure why that didn't work out for you @b-morgan and it had to pull down the sources and build the wheel itself...

I just did another flash of an 0.18 on the testrig and ran through the update again. Python 3.7.3, the wheel was pulled in from piwheels and no build was needed:

2024-02-01 09:03:13,723 > Collecting zeroconf~=0.127
2024-02-01 09:03:13,724 > Downloading https://www.piwheels.org/simple/zeroconf/zeroconf-0.131.0-cp37-cp37m-manylinux_2_28_armv7l.whl (3.2 MB)

In contrast, here's the related section from @b-morgan 's build:

Collecting zeroconf~=0.127
Downloading zeroconf-0.131.0.tar.gz (169 kB)

And that means, there it downloaded a source tarball from pypi, not the wheel from piwheels. @b-morgan could you please share a systeminfo bundle from the machine so I can take a closer look at the involved software versions and hopefully figure out what's going on? The only possible explanation I have right now is a Python version that's neither 3.7 nor 3.9 nor 3.11, as only those wheels are available on piwheels.

(And I'm leaning more and more towards creating a wheels.octoprint.org)


About that OctoEverywhere issue, yeah, that's now a dependency mismatch between OctoPrint and OE. The issue with OE's version range there is that as I had to discover yesterday, websocket-client dropped Python 3.7 support in version 1.6.2 (yes, .2 - and no, there was no changelog entry on that). So if I depend on anything beyond that (and I actually didn't trust 1.6.1 to be Python 3.7 compatible, that drop of support in a point release felt too weird and like they just forgot to adjust the python requirement value in their setup.py until then, so I went with 1.5.3 instead), OctoPrint will no longer install on Python 3.7. And that means, anyone still on OctoPi 0.17 or 0.18 gets locked out of updates - according to the stats, that's two thirds of the OctoPi user base, around 80k instances..

At some point, that will happen of course (Python 3.7 is EOL now), but it wasn't something I wanted to do during roll-out of the first RC of 1.10.0 without any warning. It's something that can be addressed with some early heads-ups however, maybe even in the release notes of 1.10.0.

In general, Python versions dropping out of support is something I need to think up a solution for, in the shape of automatic heads-ups in the software maybe.

Here's the bundle as requested.

octoprint-systeminfo-20240201051335.zip


Bundles:

edited by @github-actions to add bundle viewer links

Hm... my stock 0.18.0 image, which is also the official release version (just confirmed with a sha512sum check against the img attached to the OctoPi release) ships with pip 20.3.3, yet your version is 20.2.4. And downgrading mine to that allows me to reproduce it:

// Confirm OctoPi version & downgrade pip

pi@octopia:~ $ cat /etc/octopi_version 
0.18.0
pi@octopia:~ $ ~/oprint/bin/pip install pip==20.2.4
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pip==20.2.4
[...]
Successfully installed pip-20.2.4
pi@octopia:~ $ ~/oprint/bin/pip --version
pip 20.2.4 from /home/pi/oprint/lib/python3.7/site-packages/pip (python 3.7)

// Install zeroconf package

pi@octopia:~ $ ~/oprint/bin/pip install zeroconf==0.131.0
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zeroconf==0.131.0
  Downloading zeroconf-0.131.0.tar.gz (169 kB)
     |████████████████████████████████| 169 kB 972 kB/s 
  Installing build dependencies ... -^canceled
ERROR: Operation cancelled by user
[...]

// Thas was a source tarball about to be compiled, cancelled, now upgrade pip again

pi@octopia:~ $ ~/oprint/bin/pip install pip==20.3.3
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pip==20.3.3
[...]
Successfully installed pip-20.3.3
pi@octopia:~ $ ~/oprint/bin/pip --version
pip 20.3.3 from /home/pi/oprint/lib/python3.7/site-packages/pip (python 3.7)

// Install zeroconf package

pi@octopia:~ $ ~/oprint/bin/pip install zeroconf==0.131.0
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zeroconf==0.131.0
  Downloading https://www.piwheels.org/simple/zeroconf/zeroconf-0.131.0-cp37-cp37m-manylinux_2_28_armv7l.whl (3.2 MB)
     |████████████████████████████████| 3.2 MB 973 kB/s 
[...]

// It now fetched the wheel from piwheels

So my guess is, you don't have an 0.18.0 release version there, but some earlier development build that still came with pip 20.2.4, and something between pip 20.2.4 and pip 20.3.3 changed, meaning 20.2.4 won't download (certain?) wheels from piwheels whereas 20.3.3 will.

I suggest to give pip an update ;)

In any case, this isn't an issue with stable OctoPi builds, so I hope it won't be something that many people run into.

So that's what I get for running pre-release software 😁😎. Thanks to your post, I believe I upgraded my pip. Since my OctoPrint is already at 1.10.0rc1, I'm not sure I need to do anything else.

pi@octopi:~ $ ~/oprint/bin/pip install pip==20.3.3
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pip==20.3.3
  Downloading pip-20.3.3-py2.py3-none-any.whl (1.5 MB)
     |████████████████████████████████| 1.5 MB 2.0 MB/s
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 20.2.4
    Uninstalling pip-20.2.4:
      Successfully uninstalled pip-20.2.4
Successfully installed pip-20.3.3
pi@octopi:~ $

No, you should be fine going forward (as far as we know 😅)

The files section seems to have moved. It used to be on the right side of the center panel. Or maybe I had some formatting plugin that isn't working...

Same to me! That's a problem with UI Customizer (0.1.9.9).

My work around at the moment is, to make the right column one unit smaller.

Don't know, if I should report this here or to UI Customizer... :-/

Don't know, if I should report this here or to UI Customizer... :-/

That needs to be reported to that project since it's manipulating the UI.

I've done 5 prints on 1.10.0rc1, all successful! The only thing I've noticed is a small cosmetic issue: when the temperature graph is updated the dashed lines for setpoints "jitter". A video's worth a thousand words in this case:

Octoprint-1 10 0rc1-Jitter

I'm not sure if this even rises to the level of a bug it's so minor, but I wanted to report it just in case.

I'm not sure if this even rises to the level of a bug it's so minor, but I wanted to report it just in case.

This is exactly the right place to put it. A good observation to let us know a) people have tested it and b) that they have some feedback!

OctoPrint 1.10.0rc1 on OctoPi 1.0.0 seems to be working well for me:

This is my first usage of OctoPrint on the Prusa MK4 after many years of using Octoprint in MK3 (and MK2 before that). I had used PrusaLink -- and was underwhelmed. I switched my PrusaSlicer back to creating GCODE and not BGCODE. Link others, the ZeroConf build took a long time, but finished successfully.

  • Uploaded new GCODE to OctoPrint
  • Printed GCODE on Prusa MK4
  • GCODE viewer worked well
  • Terminal worked well
  • Timelapse worked well
  • OctoSlack plugin worked well
  • Print Job History plugin worked well
  • Announcements/Notifications in title bar worked well
  • Classic Webcam and Camera settings all worked well
  • Achievements Plug-in is fun!

Just to add to this issue, I had to install rust and binutils for the update to the RC to complete.

It failed to compile the wheel for maturin without the rust compiler and binutils. This is new requirement since I have been running and updating without issues for over a year. I am on armv7 btw.

Below are the logs, after the first one I installed rust apt install rust, after the second about the missing arm-linux-androideabi-ar I installed binutils by apt install binutils. The last one is successful install (that took 50 minutes :') )

pip install logs, missing rust
2024-02-08 18:30:45,718 > Collecting https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip
2024-02-08 18:30:46,731 > Downloading https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip
2024-02-08 18:30:48,740 > / 6.4 MB 3.8 MB/s 0:00:01
2024-02-08 18:30:49,752 > Installing build dependencies: started
2024-02-08 18:31:02,818 > Installing build dependencies: finished with status 'done'
2024-02-08 18:31:02,820 > Getting requirements to build wheel: started
2024-02-08 18:31:04,863 > Getting requirements to build wheel: finished with status 'done'
2024-02-08 18:31:04,866 > Preparing metadata (pyproject.toml): started
2024-02-08 18:31:10,066 > Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 18:31:10,069 > Requirement already satisfied: OctoPrint-FileCheck>=2021.2.23 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2021.2.23)
2024-02-08 18:31:10,071 > Requirement already satisfied: OctoPrint-FirmwareCheck>=2021.10.11 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2021.10.11)
2024-02-08 18:31:10,072 > Collecting OctoPrint-PiSupport>=2023.10.10 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,074 > Downloading OctoPrint_PiSupport-2023.10.10-py2.py3-none-any.whl.metadata (2.9 kB)
2024-02-08 18:31:10,076 > Collecting argon2-cffi>=23.1.0 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,078 > Downloading argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
2024-02-08 18:31:10,080 > Requirement already satisfied: Babel<2.13,>=2.12.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.12.1)
2024-02-08 18:31:10,083 > Requirement already satisfied: cachelib<0.11,>=0.10.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.10.2)
2024-02-08 18:31:10,085 > Collecting Click<9,>=8.1.7 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,087 > Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
2024-02-08 18:31:10,089 > Requirement already satisfied: colorlog<7,>=6.7.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (6.7.0)
2024-02-08 18:31:10,092 > Collecting emoji<3,>=2.10.1 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,092 > Downloading emoji-2.10.1-py2.py3-none-any.whl.metadata (5.3 kB)
2024-02-08 18:31:10,093 > Collecting feedparser<7,>=6.0.11 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,094 > Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)
2024-02-08 18:31:10,094 > Requirement already satisfied: filetype<2,>=1.2.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.2.0)
2024-02-08 18:31:10,095 > Collecting Flask-Assets<3,>=2.1.0 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,096 > Downloading Flask_Assets-2.1.0-py3-none-any.whl.metadata (931 bytes)
2024-02-08 18:31:10,096 > Requirement already satisfied: Flask-Babel<4,>=3.1.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (3.1.0)
2024-02-08 18:31:10,097 > Collecting Flask-Login<0.7,>=0.6.3 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,098 > Downloading Flask_Login-0.6.3-py3-none-any.whl.metadata (5.8 kB)
2024-02-08 18:31:10,098 > Collecting Flask-Limiter<4,>=3.5.0 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,099 > Downloading Flask_Limiter-3.5.0-py3-none-any.whl.metadata (6.3 kB)
2024-02-08 18:31:10,099 > Requirement already satisfied: flask<2.3,>=2.2.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.2.3)
2024-02-08 18:31:10,100 > Collecting frozendict<3,>=2.4.0 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:10,101 > Downloading frozendict-2.4.0.tar.gz (314 kB)
2024-02-08 18:31:10,101 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.6/314.6 kB 3.7 MB/s eta 0:00:00
2024-02-08 18:31:10,102 > Installing build dependencies: started
2024-02-08 18:31:22,254 > Installing build dependencies: finished with status 'done'
2024-02-08 18:31:22,255 > Getting requirements to build wheel: started
2024-02-08 18:31:23,465 > Getting requirements to build wheel: finished with status 'done'
2024-02-08 18:31:23,466 > Installing backend dependencies: started
2024-02-08 18:31:30,486 > Installing backend dependencies: finished with status 'done'
2024-02-08 18:31:30,486 > Preparing metadata (pyproject.toml): started
2024-02-08 18:31:32,715 > Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 18:31:32,715 > Requirement already satisfied: future<1,>=0.18.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.18.3)
2024-02-08 18:31:32,716 > Collecting markdown<3.5,>=3.4.4 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:32,716 > Downloading Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB)
2024-02-08 18:31:32,717 > Requirement already satisfied: netaddr<0.9,>=0.8 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.8.0)
2024-02-08 18:31:32,717 > Collecting netifaces2<0.1,>=0.0.21 (from OctoPrint==1.10.0rc1)
2024-02-08 18:31:32,717 > Downloading netifaces2-0.0.21.tar.gz (18 kB)
2024-02-08 18:31:32,718 > Installing build dependencies: started
2024-02-08 18:31:56,410 ! error: subprocess-exited-with-error
2024-02-08 18:31:56,411 !
2024-02-08 18:31:56,412 ! × pip subprocess to install build dependencies did not run successfully.
2024-02-08 18:31:56,412 ! │ exit code: 1
2024-02-08 18:31:56,414 ! ╰─> [57 lines of output]
2024-02-08 18:31:56,422 ! Collecting maturin>=1.4.0
2024-02-08 18:31:56,424 ! Using cached maturin-1.4.0.tar.gz (177 kB)
2024-02-08 18:31:56,427 ! Installing build dependencies: started
2024-02-08 18:31:56,430 ! Installing build dependencies: finished with status 'done'
2024-02-08 18:31:56,432 ! Getting requirements to build wheel: started
2024-02-08 18:31:56,434 ! Getting requirements to build wheel: finished with status 'done'
2024-02-08 18:31:56,436 ! Preparing metadata (pyproject.toml): started
2024-02-08 18:31:56,438 ! Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 18:31:56,440 ! Building wheels for collected packages: maturin
2024-02-08 18:31:56,442 ! Building wheel for maturin (pyproject.toml): started
2024-02-08 18:31:56,444 ! Building wheel for maturin (pyproject.toml): finished with status 'error'
2024-02-08 18:31:56,446 ! error: subprocess-exited-with-error
2024-02-08 18:31:56,448 !
2024-02-08 18:31:56,450 ! × Building wheel for maturin (pyproject.toml) did not run successfully.
2024-02-08 18:31:56,453 ! │ exit code: 1
2024-02-08 18:31:56,455 ! ╰─> [35 lines of output]
2024-02-08 18:31:56,457 ! /data/data/com.termux/files/usr/tmp/pip-build-env-qlkhxq5j/overlay/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
2024-02-08 18:31:56,459 ! corresp(dist, value, root_dir)
2024-02-08 18:31:56,462 ! running bdist_wheel
2024-02-08 18:31:56,463 ! running build
2024-02-08 18:31:56,464 ! running build_py
2024-02-08 18:31:56,465 ! creating build
2024-02-08 18:31:56,477 ! creating build/lib.linux-armv7l-cpython-311
2024-02-08 18:31:56,478 ! creating build/lib.linux-armv7l-cpython-311/maturin
2024-02-08 18:31:56,478 ! copying maturin/__init__.py -> build/lib.linux-armv7l-cpython-311/maturin
2024-02-08 18:31:56,479 ! copying maturin/__main__.py -> build/lib.linux-armv7l-cpython-311/maturin
2024-02-08 18:31:56,480 ! copying maturin/import_hook.py -> build/lib.linux-armv7l-cpython-311/maturin
2024-02-08 18:31:56,480 ! running egg_info
2024-02-08 18:31:56,481 ! creating maturin.egg-info
2024-02-08 18:31:56,482 ! writing maturin.egg-info/PKG-INFO
2024-02-08 18:31:56,483 ! writing dependency_links to maturin.egg-info/dependency_links.txt
2024-02-08 18:31:56,483 ! writing requirements to maturin.egg-info/requires.txt
2024-02-08 18:31:56,484 ! writing top-level names to maturin.egg-info/top_level.txt
2024-02-08 18:31:56,485 ! writing manifest file 'maturin.egg-info/SOURCES.txt'
2024-02-08 18:31:56,485 ! reading manifest file 'maturin.egg-info/SOURCES.txt'
2024-02-08 18:31:56,486 ! reading manifest template 'MANIFEST.in'
2024-02-08 18:31:56,487 ! warning: no files found matching '*.json' under directory 'src/python_interpreter'
2024-02-08 18:31:56,487 ! writing manifest file 'maturin.egg-info/SOURCES.txt'
2024-02-08 18:31:56,488 ! running build_ext
2024-02-08 18:31:56,492 ! running build_rust
2024-02-08 18:31:56,493 ! error: can't find Rust compiler
2024-02-08 18:31:56,493 !
2024-02-08 18:31:56,494 ! If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
2024-02-08 18:31:56,495 !
2024-02-08 18:31:56,495 ! To update pip, run:
2024-02-08 18:31:56,496 !
2024-02-08 18:31:56,497 ! pip install --upgrade pip
2024-02-08 18:31:56,497 !
2024-02-08 18:31:56,498 ! and then retry package installation.
2024-02-08 18:31:56,499 !
2024-02-08 18:31:56,499 ! If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
2024-02-08 18:31:56,500 ! [end of output]
2024-02-08 18:31:56,500 !
2024-02-08 18:31:56,501 ! note: This error originates from a subprocess, and is likely not a problem with pip.
2024-02-08 18:31:56,502 ! ERROR: Failed building wheel for maturin
2024-02-08 18:31:56,502 ! Failed to build maturin
2024-02-08 18:31:56,503 ! ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects
2024-02-08 18:31:56,504 ! [end of output]
2024-02-08 18:31:56,504 !
2024-02-08 18:31:56,505 ! note: This error originates from a subprocess, and is likely not a problem with pip.
2024-02-08 18:31:56,506 ! error: subprocess-exited-with-error
2024-02-08 18:31:56,506 !
2024-02-08 18:31:56,507 ! × pip subprocess to install build dependencies did not run successfully.
2024-02-08 18:31:56,508 ! │ exit code: 1
2024-02-08 18:31:56,508 ! ╰─> See above for output.
2024-02-08 18:31:56,509 !
2024-02-08 18:31:56,510 ! note: This error originates from a subprocess, and is likely not a problem with pip.
2024-02-08 18:31:57,052 > Installing build dependencies: finished with status 'error'
2024-02-08 20:44:26,620   /data/data/com.termux/files/usr/bin/python3 -m pip --disable-pip-version-check install https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip --no-cache-dir
pip install logs missing arm-linux-androideabi-ar 2024-02-08 20:44:26,620 /data/data/com.termux/files/usr/bin/python3 -m pip --disable-pip-version-check install https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip --no-cache-dir 2024-02-08 20:44:31,125 > Collecting https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip 2024-02-08 20:44:31,131 > Downloading https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip 2024-02-08 20:44:33,141 > \ 6.4 MB 4.3 MB/s 0:00:01 2024-02-08 20:44:34,170 > Installing build dependencies: started 2024-02-08 20:44:48,209 > Installing build dependencies: finished with status 'done' 2024-02-08 20:44:48,210 > Getting requirements to build wheel: started 2024-02-08 20:44:50,247 > Getting requirements to build wheel: finished with status 'done' 2024-02-08 20:44:50,250 > Preparing metadata (pyproject.toml): started 2024-02-08 20:44:55,165 > Preparing metadata (pyproject.toml): finished with status 'done' 2024-02-08 20:44:55,167 > Requirement already satisfied: OctoPrint-FileCheck>=2021.2.23 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2021.2.23) 2024-02-08 20:44:55,170 > Requirement already satisfied: OctoPrint-FirmwareCheck>=2021.10.11 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2021.10.11) 2024-02-08 20:44:55,172 > Collecting OctoPrint-PiSupport>=2023.10.10 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,174 > Downloading OctoPrint_PiSupport-2023.10.10-py2.py3-none-any.whl.metadata (2.9 kB) 2024-02-08 20:44:55,176 > Collecting argon2-cffi>=23.1.0 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,178 > Downloading argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB) 2024-02-08 20:44:55,180 > Requirement already satisfied: Babel<2.13,>=2.12.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.12.1) 2024-02-08 20:44:55,181 > Requirement already satisfied: cachelib<0.11,>=0.10.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.10.2) 2024-02-08 20:44:55,182 > Collecting Click<9,>=8.1.7 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,183 > Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-02-08 20:44:55,183 > Requirement already satisfied: colorlog<7,>=6.7.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (6.7.0) 2024-02-08 20:44:55,184 > Collecting emoji<3,>=2.10.1 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,185 > Downloading emoji-2.10.1-py2.py3-none-any.whl.metadata (5.3 kB) 2024-02-08 20:44:55,185 > Collecting feedparser<7,>=6.0.11 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,186 > Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB) 2024-02-08 20:44:55,187 > Requirement already satisfied: filetype<2,>=1.2.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.2.0) 2024-02-08 20:44:55,187 > Collecting Flask-Assets<3,>=2.1.0 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,188 > Downloading Flask_Assets-2.1.0-py3-none-any.whl.metadata (931 bytes) 2024-02-08 20:44:55,189 > Requirement already satisfied: Flask-Babel<4,>=3.1.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (3.1.0) 2024-02-08 20:44:55,189 > Collecting Flask-Login<0.7,>=0.6.3 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,190 > Downloading Flask_Login-0.6.3-py3-none-any.whl.metadata (5.8 kB) 2024-02-08 20:44:55,190 > Collecting Flask-Limiter<4,>=3.5.0 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,191 > Downloading Flask_Limiter-3.5.0-py3-none-any.whl.metadata (6.3 kB) 2024-02-08 20:44:55,192 > Requirement already satisfied: flask<2.3,>=2.2.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.2.3) 2024-02-08 20:44:55,192 > Collecting frozendict<3,>=2.4.0 (from OctoPrint==1.10.0rc1) 2024-02-08 20:44:55,193 > Downloading frozendict-2.4.0.tar.gz (314 kB) 2024-02-08 20:44:55,194 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.6/314.6 kB 3.5 MB/s eta 0:00:00 2024-02-08 20:44:55,194 > Installing build dependencies: started 2024-02-08 20:45:08,215 > Installing build dependencies: finished with status 'done' 2024-02-08 20:45:08,217 > Getting requirements to build wheel: started 2024-02-08 20:45:09,259 > Getting requirements to build wheel: finished with status 'done' 2024-02-08 20:45:09,260 > Installing backend dependencies: started 2024-02-08 20:45:16,476 > Installing backend dependencies: finished with status 'done' 2024-02-08 20:45:16,478 > Preparing metadata (pyproject.toml): started 2024-02-08 20:45:18,764 > Preparing metadata (pyproject.toml): finished with status 'done' 2024-02-08 20:45:18,766 > Requirement already satisfied: future<1,>=0.18.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.18.3) 2024-02-08 20:45:18,766 > Collecting markdown<3.5,>=3.4.4 (from OctoPrint==1.10.0rc1) 2024-02-08 20:45:18,767 > Downloading Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB) 2024-02-08 20:45:18,767 > Requirement already satisfied: netaddr<0.9,>=0.8 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.8.0) 2024-02-08 20:45:18,767 > Collecting netifaces2<0.1,>=0.0.21 (from OctoPrint==1.10.0rc1) 2024-02-08 20:45:18,768 > Downloading netifaces2-0.0.21.tar.gz (18 kB) 2024-02-08 20:45:18,768 > Installing build dependencies: started 2024-02-08 20:46:44,229 > Installing build dependencies: still running... 2024-02-08 20:47:49,299 > Installing build dependencies: still running... 2024-02-08 20:49:36,415 > Installing build dependencies: still running... 2024-02-08 20:50:32,470 > Installing build dependencies: finished with status 'error' 2024-02-08 20:50:33,136 ! error: subprocess-exited-with-error 2024-02-08 20:50:33,138 ! 2024-02-08 20:50:33,139 ! × pip subprocess to install build dependencies did not run successfully. 2024-02-08 20:50:33,139 ! │ exit code: 1 2024-02-08 20:50:33,140 ! ╰─> [492 lines of output] 2024-02-08 20:50:33,140 ! Collecting maturin>=1.4.0 2024-02-08 20:50:33,141 ! Using cached maturin-1.4.0.tar.gz (177 kB) 2024-02-08 20:50:33,141 ! Installing build dependencies: started 2024-02-08 20:50:33,142 ! Installing build dependencies: finished with status 'done' 2024-02-08 20:50:33,142 ! Getting requirements to build wheel: started 2024-02-08 20:50:33,143 ! Getting requirements to build wheel: finished with status 'done' 2024-02-08 20:50:33,143 ! Preparing metadata (pyproject.toml): started 2024-02-08 20:50:33,144 ! Preparing metadata (pyproject.toml): finished with status 'done' 2024-02-08 20:50:33,145 ! Building wheels for collected packages: maturin 2024-02-08 20:50:33,145 ! Building wheel for maturin (pyproject.toml): started 2024-02-08 20:50:33,146 ! Building wheel for maturin (pyproject.toml): still running... 2024-02-08 20:50:33,146 ! Building wheel for maturin (pyproject.toml): still running... 2024-02-08 20:50:33,147 ! Building wheel for maturin (pyproject.toml): still running... 2024-02-08 20:50:33,147 ! Building wheel for maturin (pyproject.toml): finished with status 'error' 2024-02-08 20:50:33,148 ! error: subprocess-exited-with-error 2024-02-08 20:50:33,148 ! 2024-02-08 20:50:33,149 ! × Building wheel for maturin (pyproject.toml) did not run successfully. 2024-02-08 20:50:33,149 ! │ exit code: 1 2024-02-08 20:50:33,150 ! ╰─> [467 lines of output] 2024-02-08 20:50:33,150 ! /data/data/com.termux/files/usr/tmp/pip-build-env-rkiv0382/overlay/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-02-08 20:50:33,151 ! corresp(dist, value, root_dir) 2024-02-08 20:50:33,151 ! running bdist_wheel 2024-02-08 20:50:33,152 ! running build 2024-02-08 20:50:33,152 ! running build_py 2024-02-08 20:50:33,153 ! creating build 2024-02-08 20:50:33,153 ! creating build/lib.linux-armv7l-cpython-311 2024-02-08 20:50:33,154 ! creating build/lib.linux-armv7l-cpython-311/maturin 2024-02-08 20:50:33,154 ! copying maturin/__init__.py -> build/lib.linux-armv7l-cpython-311/maturin 2024-02-08 20:50:33,155 ! copying maturin/__main__.py -> build/lib.linux-armv7l-cpython-311/maturin 2024-02-08 20:50:33,155 ! copying maturin/import_hook.py -> build/lib.linux-armv7l-cpython-311/maturin 2024-02-08 20:50:33,156 ! running egg_info 2024-02-08 20:50:33,156 ! creating maturin.egg-info 2024-02-08 20:50:33,157 ! writing maturin.egg-info/PKG-INFO 2024-02-08 20:50:33,157 ! writing dependency_links to maturin.egg-info/dependency_links.txt 2024-02-08 20:50:33,158 ! writing requirements to maturin.egg-info/requires.txt 2024-02-08 20:50:33,158 ! writing top-level names to maturin.egg-info/top_level.txt 2024-02-08 20:50:33,159 ! writing manifest file 'maturin.egg-info/SOURCES.txt' 2024-02-08 20:50:33,159 ! reading manifest file 'maturin.egg-info/SOURCES.txt' 2024-02-08 20:50:33,160 ! reading manifest template 'MANIFEST.in' 2024-02-08 20:50:33,160 ! warning: no files found matching '*.json' under directory 'src/python_interpreter' 2024-02-08 20:50:33,161 ! writing manifest file 'maturin.egg-info/SOURCES.txt' 2024-02-08 20:50:33,162 ! running build_ext 2024-02-08 20:50:33,162 ! running build_rust 2024-02-08 20:50:33,162 ! Updating crates.io index 2024-02-08 20:50:33,163 ! Downloading crates ... 2024-02-08 20:50:33,163 ! Downloaded clap_complete_fig v4.3.1 2024-02-08 20:50:33,164 ! Downloaded version_check v0.9.4 2024-02-08 20:50:33,164 ! Downloaded cc v1.0.83 2024-02-08 20:50:33,165 ! Downloaded instant v0.1.12 2024-02-08 20:50:33,165 ! Downloaded windows-targets v0.52.0 2024-02-08 20:50:33,166 ! Downloaded clap_lex v0.5.0 2024-02-08 20:50:33,166 ! Downloaded time-core v0.1.2 2024-02-08 20:50:33,167 ! Downloaded clap_complete v4.3.2 2024-02-08 20:50:33,167 ! Downloaded windows-targets v0.48.5 2024-02-08 20:50:33,168 ! Downloaded winapi-util v0.1.6 2024-02-08 20:50:33,169 ! Downloaded which v5.0.0 2024-02-08 20:50:33,169 ! Downloaded walkdir v2.4.0 2024-02-08 20:50:33,169 ! Downloaded option-ext v0.2.0 2024-02-08 20:50:33,170 ! Downloaded filetime v0.2.22 2024-02-08 20:50:33,170 ! Downloaded fnv v1.0.7 2024-02-08 20:50:33,171 ! Downloaded cpufeatures v0.2.11 2024-02-08 20:50:33,171 ! Downloaded yansi v0.5.1 2024-02-08 20:50:33,172 ! Downloaded xattr v1.0.1 2024-02-08 20:50:33,172 ! Downloaded equivalent v1.0.1 2024-02-08 20:50:33,173 ! Downloaded either v1.9.0 2024-02-08 20:50:33,173 ! Downloaded dunce v1.0.4 2024-02-08 20:50:33,173 ! Downloaded humantime v2.1.0 2024-02-08 20:50:33,174 ! Downloaded hermit-abi v0.3.3 2024-02-08 20:50:33,174 ! Downloaded termcolor v1.4.0 2024-02-08 20:50:33,175 ! Downloaded terminal_size v0.2.6 2024-02-08 20:50:33,175 ! Downloaded is-terminal v0.4.9 2024-02-08 20:50:33,176 ! Downloaded home v0.5.5 2024-02-08 20:50:33,176 ! Downloaded cfg-if v1.0.0 2024-02-08 20:50:33,176 ! Downloaded wasi v0.11.0+wasi-snapshot-preview1 2024-02-08 20:50:33,177 ! Downloaded toml_datetime v0.6.5 2024-02-08 20:50:33,177 ! Downloaded utf8parse v0.2.1 2024-02-08 20:50:33,178 ! Downloaded zeroize v1.7.0 2024-02-08 20:50:33,178 ! Downloaded thiserror-impl v1.0.50 2024-02-08 20:50:33,179 ! Downloaded quoted_printable v0.4.8 2024-02-08 20:50:33,179 ! Downloaded mime v0.3.17 2024-02-08 20:50:33,180 ! Downloaded anstyle v1.0.2 2024-02-08 20:50:33,180 ! Downloaded byteorder v1.5.0 2024-02-08 20:50:33,180 ! Downloaded adler v1.0.2 2024-02-08 20:50:33,181 ! Downloaded bitflags v1.3.2 2024-02-08 20:50:33,181 ! Downloaded unicase v2.7.0 2024-02-08 20:50:33,182 ! Downloaded tracing-log v0.2.0 2024-02-08 20:50:33,182 ! Downloaded block-buffer v0.10.4 2024-02-08 20:50:33,183 ! Downloaded libredox v0.0.1 2024-02-08 20:50:33,183 ! Downloaded autocfg v1.1.0 2024-02-08 20:50:33,184 ! Downloaded lazy_static v1.4.0 2024-02-08 20:50:33,184 ! Downloaded serde_spanned v0.6.4 2024-02-08 20:50:33,184 ! Downloaded anstyle-wincon v3.0.1 2024-02-08 20:50:33,185 ! Downloaded normalize-line-endings v0.3.0 2024-02-08 20:50:33,185 ! Downloaded dissimilar v1.0.7 2024-02-08 20:50:33,186 ! Downloaded crc32fast v1.3.2 2024-02-08 20:50:33,186 ! Downloaded globset v0.4.14 2024-02-08 20:50:33,187 ! Downloaded getrandom v0.2.11 2024-02-08 20:50:33,187 ! Downloaded os_pipe v1.1.4 2024-02-08 20:50:33,187 ! Downloaded anstream v0.3.2 2024-02-08 20:50:33,188 ! Downloaded unicode-linebreak v0.1.5 2024-02-08 20:50:33,188 ! Downloaded encode_unicode v0.3.6 2024-02-08 20:50:33,189 ! Downloaded scroll_derive v0.11.1 2024-02-08 20:50:33,189 ! Downloaded rustversion v1.0.14 2024-02-08 20:50:33,190 ! Downloaded number_prefix v0.4.0 2024-02-08 20:50:33,190 ! Downloaded same-file v1.0.6 2024-02-08 20:50:33,191 ! Downloaded chumsky v0.9.3 2024-02-08 20:50:33,191 ! Downloaded bzip2 v0.4.4 2024-02-08 20:50:33,191 ! Downloaded itoa v1.0.9 2024-02-08 20:50:33,192 ! Downloaded cargo-xwin v0.16.2 2024-02-08 20:50:33,192 ! Downloaded twox-hash v1.6.3 2024-02-08 20:50:33,193 ! Downloaded tracing-attributes v0.1.27 2024-02-08 20:50:33,193 ! Downloaded tempfile v3.8.1 2024-02-08 20:50:33,194 ! Downloaded ppv-lite86 v0.2.17 2024-02-08 20:50:33,194 ! Downloaded psm v0.1.21 2024-02-08 20:50:33,195 ! Downloaded lzxd v0.1.4 2024-02-08 20:50:33,195 ! Downloaded socks v0.3.4 2024-02-08 20:50:33,195 ! Downloaded crossbeam-utils v0.8.16 2024-02-08 20:50:33,196 ! Downloaded shlex v1.2.0 2024-02-08 20:50:33,196 ! Downloaded diff v0.1.13 2024-02-08 20:50:33,197 ! Downloaded cargo-platform v0.1.5 2024-02-08 20:50:33,197 ! Downloaded unicode-ident v1.0.12 2024-02-08 20:50:33,198 ! Downloaded stacker v0.1.15 2024-02-08 20:50:33,198 ! Downloaded rand_chacha v0.3.1 2024-02-08 20:50:33,198 ! Downloaded rustls-pki-types v1.0.0 2024-02-08 20:50:33,199 ! Downloaded rustls-pemfile v2.0.0 2024-02-08 20:50:33,199 ! Downloaded pyproject-toml v0.8.1 2024-02-08 20:50:33,200 ! Downloaded camino v1.1.6 2024-02-08 20:50:33,200 ! Downloaded crossbeam-epoch v0.9.15 2024-02-08 20:50:33,201 ! Downloaded paste v1.0.14 2024-02-08 20:50:33,201 ! Downloaded redox_syscall v0.4.1 2024-02-08 20:50:33,202 ! Downloaded parking_lot v0.12.1 2024-02-08 20:50:33,202 ! Downloaded unicode-bidi v0.3.13 2024-02-08 20:50:33,202 ! Downloaded ahash v0.8.6 2024-02-08 20:50:33,203 ! Downloaded scroll v0.11.0 2024-02-08 20:50:33,203 ! Downloaded pkg-config v0.3.27 2024-02-08 20:50:33,204 ! Downloaded proc-macro2 v1.0.70 2024-02-08 20:50:33,204 ! Downloaded parking_lot_core v0.9.9 2024-02-08 20:50:33,205 ! Downloaded rfc2047-decoder v0.2.2 2024-02-08 20:50:33,205 ! Downloaded sharded-slab v0.1.7 2024-02-08 20:50:33,205 ! Downloaded sct v0.7.1 2024-02-08 20:50:33,206 ! Downloaded miniz_oxide v0.7.1 2024-02-08 20:50:33,206 ! Downloaded strsim v0.10.0 2024-02-08 20:50:33,207 ! Downloaded rand v0.8.5 2024-02-08 20:50:33,207 ! Downloaded snapbox v0.4.14 2024-02-08 20:50:33,208 ! Downloaded bytes v1.5.0 2024-02-08 20:50:33,208 ! Downloaded smallvec v1.11.2 2024-02-08 20:50:33,209 ! Downloaded base64 v0.13.1 2024-02-08 20:50:33,209 ! Downloaded cargo-config2 v0.1.16 2024-02-08 20:50:33,209 ! Downloaded redox_syscall v0.3.5 2024-02-08 20:50:33,210 ! Downloaded ureq v2.9.1 2024-02-08 20:50:33,210 ! Downloaded minimal-lexical v0.2.1 2024-02-08 20:50:33,211 ! Downloaded serde_json v1.0.108 2024-02-08 20:50:33,211 ! Downloaded portable-atomic v1.5.1 2024-02-08 20:50:33,212 ! Downloaded tracing-subscriber v0.3.18 2024-02-08 20:50:33,212 ! Downloaded syn v2.0.39 2024-02-08 20:50:33,212 ! Downloaded serde_derive v1.0.193 2024-02-08 20:50:33,213 ! Downloaded cfb v0.9.0 2024-02-08 20:50:33,213 ! Downloaded nom v7.1.3 2024-02-08 20:50:33,213 ! Downloaded cbindgen v0.26.0 2024-02-08 20:50:33,214 ! Downloaded memchr v2.6.4 2024-02-08 20:50:33,214 ! Downloaded msi v0.7.0 2024-02-08 20:50:33,215 ! Downloaded minijinja v1.0.10 2024-02-08 20:50:33,215 ! Downloaded rayon v1.8.0 2024-02-08 20:50:33,215 ! Downloaded regex-automata v0.1.10 2024-02-08 20:50:33,216 ! Downloaded hashbrown v0.14.3 2024-02-08 20:50:33,216 ! Downloaded itertools v0.12.0 2024-02-08 20:50:33,216 ! Downloaded regex-syntax v0.6.29 2024-02-08 20:50:33,217 ! Downloaded zerocopy v0.7.28 2024-02-08 20:50:33,217 ! Downloaded webpki-roots v0.25.3 2024-02-08 20:50:33,218 ! Downloaded winnow v0.5.19 2024-02-08 20:50:33,218 ! Downloaded encoding_rs v0.8.33 2024-02-08 20:50:33,218 ! Downloaded pretty_assertions v1.4.0 2024-02-08 20:50:33,219 ! Downloaded serde v1.0.193 2024-02-08 20:50:33,219 ! Downloaded regex-syntax v0.8.2 2024-02-08 20:50:33,219 ! Downloaded syn v1.0.109 2024-02-08 20:50:33,220 ! Downloaded multipart v0.18.0 2024-02-08 20:50:33,220 ! Downloaded base64 v0.21.5 2024-02-08 20:50:33,220 ! Downloaded regex v1.10.2 2024-02-08 20:50:33,221 ! Downloaded itertools v0.11.0 2024-02-08 20:50:33,221 ! Downloaded xwin v0.5.0 2024-02-08 20:50:33,221 ! Downloaded idna v0.5.0 2024-02-08 20:50:33,222 ! Downloaded rustls v0.21.9 2024-02-08 20:50:33,222 ! Downloaded windows_x86_64_gnullvm v0.42.2 2024-02-08 20:50:33,222 ! Downloaded rustix v0.37.27 2024-02-08 20:50:33,223 ! Downloaded bstr v1.8.0 2024-02-08 20:50:33,223 ! Downloaded rustix v0.38.21 2024-02-08 20:50:33,223 ! Downloaded windows_aarch64_gnullvm v0.48.5 2024-02-08 20:50:33,224 ! Downloaded windows_x86_64_gnullvm v0.52.0 2024-02-08 20:50:33,224 ! Downloaded windows_x86_64_gnullvm v0.48.5 2024-02-08 20:50:33,225 ! Downloaded windows_aarch64_gnullvm v0.52.0 2024-02-08 20:50:33,225 ! Downloaded windows_aarch64_gnullvm v0.42.2 2024-02-08 20:50:33,225 ! Downloaded python-pkginfo v0.6.0 2024-02-08 20:50:33,226 ! Downloaded rustls-webpki v0.101.7 2024-02-08 20:50:33,226 ! Downloaded goblin v0.7.1 2024-02-08 20:50:33,226 ! Downloaded rayon-core v1.12.0 2024-02-08 20:50:33,227 ! Downloaded zerocopy-derive v0.7.28 2024-02-08 20:50:33,227 ! Downloaded zip v0.6.6 2024-02-08 20:50:33,227 ! Downloaded unicode-normalization v0.1.22 2024-02-08 20:50:33,228 ! Downloaded toml_edit v0.20.7 2024-02-08 20:50:33,228 ! Downloaded regex-automata v0.4.3 2024-02-08 20:50:33,228 ! Downloaded bzip2-sys v0.1.11+1.0.8 2024-02-08 20:50:33,229 ! Downloaded windows_x86_64_msvc v0.42.2 2024-02-08 20:50:33,229 ! Downloaded windows_x86_64_gnu v0.42.2 2024-02-08 20:50:33,230 ! Downloaded libc v0.2.150 2024-02-08 20:50:33,230 ! Downloaded windows_x86_64_msvc v0.52.0 2024-02-08 20:50:33,230 ! Downloaded windows_i686_msvc v0.52.0 2024-02-08 20:50:33,231 ! Downloaded windows_i686_msvc v0.48.5 2024-02-08 20:50:33,231 ! Downloaded linux-raw-sys v0.3.8 2024-02-08 20:50:33,231 ! Downloaded winapi v0.3.9 2024-02-08 20:50:33,232 ! Downloaded linux-raw-sys v0.4.11 2024-02-08 20:50:33,232 ! Downloaded windows_i686_gnu v0.52.0 2024-02-08 20:50:33,232 ! Downloaded windows_i686_gnu v0.48.5 2024-02-08 20:50:33,233 ! Downloaded windows_aarch64_msvc v0.52.0 2024-02-08 20:50:33,233 ! Downloaded windows_x86_64_msvc v0.48.5 2024-02-08 20:50:33,233 ! Downloaded windows-sys v0.52.0 2024-02-08 20:50:33,234 ! Downloaded ring v0.17.6 2024-02-08 20:50:33,234 ! Downloaded windows-sys v0.45.0 2024-02-08 20:50:33,234 ! Downloaded windows-sys v0.48.0 2024-02-08 20:50:33,235 ! Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 2024-02-08 20:50:33,235 ! Downloaded winapi-i686-pc-windows-gnu v0.4.0 2024-02-08 20:50:33,235 ! Downloaded windows_x86_64_gnu v0.52.0 2024-02-08 20:50:33,236 ! Downloaded windows_x86_64_gnu v0.48.5 2024-02-08 20:50:33,236 ! Downloaded windows_aarch64_msvc v0.48.5 2024-02-08 20:50:33,237 ! Downloaded windows_i686_msvc v0.42.2 2024-02-08 20:50:33,237 ! Downloaded windows_i686_gnu v0.42.2 2024-02-08 20:50:33,237 ! Downloaded windows_aarch64_msvc v0.42.2 2024-02-08 20:50:33,238 ! Downloaded time v0.3.30 2024-02-08 20:50:33,238 ! Downloaded clap_builder v4.3.24 2024-02-08 20:50:33,238 ! Downloaded allocator-api2 v0.2.16 2024-02-08 20:50:33,239 ! Downloaded sha2 v0.10.8 2024-02-08 20:50:33,239 ! Downloaded pin-project-lite v0.2.13 2024-02-08 20:50:33,239 ! Downloaded url v2.5.0 2024-02-08 20:50:33,240 ! Downloaded similar v2.3.0 2024-02-08 20:50:33,240 ! Downloaded toml_edit v0.21.0 2024-02-08 20:50:33,240 ! Downloaded hashbrown v0.12.3 2024-02-08 20:50:33,241 ! Downloaded flate2 v1.0.28 2024-02-08 20:50:33,241 ! Downloaded crossbeam-channel v0.5.8 2024-02-08 20:50:33,241 ! Downloaded ryu v1.0.15 2024-02-08 20:50:33,242 ! Downloaded clap v4.3.24 2024-02-08 20:50:33,242 ! Downloaded dialoguer v0.11.0 2024-02-08 20:50:33,243 ! Downloaded versions v5.0.1 2024-02-08 20:50:33,243 ! Downloaded tracing v0.1.40 2024-02-08 20:50:33,243 ! Downloaded shell-words v1.1.0 2024-02-08 20:50:33,244 ! Downloaded platform-info v2.0.2 2024-02-08 20:50:33,244 ! Downloaded pep508_rs v0.2.3 2024-02-08 20:50:33,244 ! Downloaded pep440_rs v0.3.12 2024-02-08 20:50:33,245 ! Downloaded semver v1.0.20 2024-02-08 20:50:33,245 ! Downloaded spin v0.9.8 2024-02-08 20:50:33,245 ! Downloaded quote v1.0.33 2024-02-08 20:50:33,246 ! Downloaded tracing-core v0.1.32 2024-02-08 20:50:33,246 ! Downloaded snapbox-macros v0.3.6 2024-02-08 20:50:33,246 ! Downloaded anyhow v1.0.75 2024-02-08 20:50:33,247 ! Downloaded toml v0.8.8 2024-02-08 20:50:33,247 ! Downloaded textwrap v0.16.0 2024-02-08 20:50:33,247 ! Downloaded indicatif v0.17.7 2024-02-08 20:50:33,248 ! Downloaded indexmap v2.1.0 2024-02-08 20:50:33,248 ! Downloaded typenum v1.17.0 2024-02-08 20:50:33,249 ! Downloaded matchers v0.1.0 2024-02-08 20:50:33,249 ! Downloaded path-slash v0.2.1 2024-02-08 20:50:33,249 ! Downloaded powerfmt v0.2.0 2024-02-08 20:50:33,250 ! Downloaded rustc_version v0.4.0 2024-02-08 20:50:33,250 ! Downloaded memoffset v0.9.0 2024-02-08 20:50:33,250 ! Downloaded plain v0.2.3 2024-02-08 20:50:33,251 ! Downloaded percent-encoding v2.3.1 2024-02-08 20:50:33,251 ! Downloaded cargo-options v0.7.2 2024-02-08 20:50:33,251 ! Downloaded nu-ansi-term v0.46.0 2024-02-08 20:50:33,252 ! Downloaded normpath v1.1.1 2024-02-08 20:50:33,252 ! Downloaded bitflags v2.4.1 2024-02-08 20:50:33,252 ! Downloaded mime_guess v2.0.4 2024-02-08 20:50:33,253 ! Downloaded log v0.4.20 2024-02-08 20:50:33,253 ! Downloaded wild v2.2.0 2024-02-08 20:50:33,253 ! Downloaded uuid v1.6.1 2024-02-08 20:50:33,254 ! Downloaded trycmd v0.14.19 2024-02-08 20:50:33,254 ! Downloaded toml v0.5.11 2024-02-08 20:50:33,254 ! Downloaded tinyvec v1.6.0 2024-02-08 20:50:33,255 ! Downloaded target-lexicon v0.12.12 2024-02-08 20:50:33,255 ! Downloaded tar v0.4.40 2024-02-08 20:50:33,256 ! Downloaded indexmap v1.9.3 2024-02-08 20:50:33,256 ! Downloaded ignore v0.4.20 2024-02-08 20:50:33,256 ! Downloaded expect-test v1.4.1 2024-02-08 20:50:33,257 ! Downloaded cli-table v0.4.7 2024-02-08 20:50:33,257 ! Downloaded clap_complete_command v0.5.1 2024-02-08 20:50:33,257 ! Downloaded smawk v0.3.2 2024-02-08 20:50:33,258 ! Downloaded static_assertions v1.1.0 2024-02-08 20:50:33,259 ! Downloaded mailparse v0.14.0 2024-02-08 20:50:33,259 ! Downloaded lock_api v0.4.11 2024-02-08 20:50:33,259 ! Downloaded once_cell v1.18.0 2024-02-08 20:50:33,260 ! Downloaded cab v0.4.1 2024-02-08 20:50:33,260 ! Downloaded scopeguard v1.2.0 2024-02-08 20:50:33,260 ! Downloaded anstyle-parse v0.2.1 2024-02-08 20:50:33,261 ! Downloaded io-lifetimes v1.0.11 2024-02-08 20:50:33,261 ! Downloaded dirs-sys v0.4.1 2024-02-08 20:50:33,261 ! Downloaded console v0.15.7 2024-02-08 20:50:33,262 ! Downloaded rand_core v0.6.4 2024-02-08 20:50:33,262 ! Downloaded overload v0.1.1 2024-02-08 20:50:33,262 ! Downloaded bytesize v1.3.0 2024-02-08 20:50:33,263 ! Downloaded anstyle-wincon v1.0.2 2024-02-08 20:50:33,263 ! Downloaded redox_users v0.4.4 2024-02-08 20:50:33,264 ! Downloaded lddtree v0.3.3 2024-02-08 20:50:33,268 ! Downloaded anstyle-query v1.0.0 2024-02-08 20:50:33,269 ! Downloaded anstream v0.6.4 2024-02-08 20:50:33,269 ! Downloaded clap_derive v4.3.12 2024-02-08 20:50:33,270 ! Downloaded unicode-width v0.1.11 2024-02-08 20:50:33,270 ! Downloaded untrusted v0.9.0 2024-02-08 20:50:33,271 ! Downloaded time-macros v0.2.15 2024-02-08 20:50:33,272 ! Downloaded fat-macho v0.4.7 2024-02-08 20:50:33,273 ! Downloaded clap_complete_nushell v0.1.11 2024-02-08 20:50:33,273 ! Downloaded thread_local v1.1.7 2024-02-08 20:50:33,274 ! Downloaded thiserror v1.0.50 2024-02-08 20:50:33,274 ! Downloaded indoc v2.0.4 2024-02-08 20:50:33,275 ! Downloaded heck v0.4.1 2024-02-08 20:50:33,275 ! Downloaded crypto-common v0.1.6 2024-02-08 20:50:33,276 ! Downloaded dirs v5.0.1 2024-02-08 20:50:33,276 ! Downloaded data-encoding v2.5.0 2024-02-08 20:50:33,277 ! Downloaded glob v0.3.1 2024-02-08 20:50:33,277 ! Downloaded generic-array v0.14.7 2024-02-08 20:50:33,278 ! Downloaded fastrand v2.0.1 2024-02-08 20:50:33,278 ! Downloaded crossbeam-deque v0.8.3 2024-02-08 20:50:33,279 ! Downloaded fs-err v2.11.0 2024-02-08 20:50:33,279 ! Downloaded form_urlencoded v1.2.1 2024-02-08 20:50:33,280 ! Downloaded errno v0.3.8 2024-02-08 20:50:33,280 ! Downloaded configparser v3.0.3 2024-02-08 20:50:33,281 ! Downloaded content_inspector v0.2.4 2024-02-08 20:50:33,281 ! Downloaded deranged v0.3.9 2024-02-08 20:50:33,282 ! Downloaded digest v0.10.7 2024-02-08 20:50:33,282 ! Downloaded wait-timeout v0.2.0 2024-02-08 20:50:33,282 ! Downloaded tracing-serde v0.1.3 2024-02-08 20:50:33,283 ! Downloaded windows-targets v0.42.2 2024-02-08 20:50:33,283 ! Downloaded tinyvec_macros v0.1.1 2024-02-08 20:50:33,284 ! Downloaded humantime-serde v1.1.1 2024-02-08 20:50:33,284 ! Downloaded cargo_metadata v0.18.1 2024-02-08 20:50:33,285 ! Downloaded cargo-zigbuild v0.18.0 2024-02-08 20:50:33,285 ! Downloaded valuable v0.1.0 2024-02-08 20:50:33,286 ! Downloaded colorchoice v1.0.0 2024-02-08 20:50:33,286 ! Downloaded aho-corasick v1.1.2 2024-02-08 20:50:33,287 ! Downloaded charset v0.1.3 2024-02-08 20:50:33,287 ! cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked 2024-02-08 20:50:33,288 ! Compiling proc-macro2 v1.0.70 2024-02-08 20:50:33,288 ! Compiling unicode-ident v1.0.12 2024-02-08 20:50:33,289 ! Running `rustc --crate-name unicode_ident --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=1878da3cf9f40d37 -C extra-filename=-1878da3cf9f40d37 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,289 ! Running `rustc --crate-name build_script_build --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/proc-macro2-1.0.70/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=26a27e1b8de1f2fd -C extra-filename=-26a27e1b8de1f2fd --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/proc-macro2-26a27e1b8de1f2fd -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,290 ! Compiling libc v0.2.150 2024-02-08 20:50:33,290 ! Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=e65bd5a857e0629d -C extra-filename=-e65bd5a857e0629d --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/libc-e65bd5a857e0629d -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,291 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/proc-macro2-26a27e1b8de1f2fd/build-script-build` 2024-02-08 20:50:33,291 ! Running `rustc --crate-name proc_macro2 --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/proc-macro2-1.0.70/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=381fe4bc8d95e6cc -C extra-filename=-381fe4bc8d95e6cc --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern unicode_ident=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libunicode_ident-1878da3cf9f40d37.rmeta --cap-lints allow --cfg wrap_proc_macro` 2024-02-08 20:50:33,292 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/libc-e65bd5a857e0629d/build-script-build` 2024-02-08 20:50:33,292 ! Compiling cfg-if v1.0.0 2024-02-08 20:50:33,293 ! Running `rustc --crate-name cfg_if --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=8333e2c72ddb6934 -C extra-filename=-8333e2c72ddb6934 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,293 ! Running `rustc --crate-name libc /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=574c53d38d42ab53 -C extra-filename=-574c53d38d42ab53 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` 2024-02-08 20:50:33,294 ! Compiling quote v1.0.33 2024-02-08 20:50:33,294 ! Running `rustc --crate-name quote --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=044f305b00b740a9 -C extra-filename=-044f305b00b740a9 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libproc_macro2-381fe4bc8d95e6cc.rmeta --cap-lints allow` 2024-02-08 20:50:33,295 ! Compiling syn v2.0.39 2024-02-08 20:50:33,295 ! Running `rustc --crate-name syn --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/syn-2.0.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit-mut"' -C metadata=73c5f0211ff8c44a -C extra-filename=-73c5f0211ff8c44a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libproc_macro2-381fe4bc8d95e6cc.rmeta --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libquote-044f305b00b740a9.rmeta --extern unicode_ident=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libunicode_ident-1878da3cf9f40d37.rmeta --cap-lints allow` 2024-02-08 20:50:33,296 ! Compiling serde v1.0.193 2024-02-08 20:50:33,296 ! Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/serde-1.0.193/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=6fea4aac7d870a2d -C extra-filename=-6fea4aac7d870a2d --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/serde-6fea4aac7d870a2d -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,297 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/serde-6fea4aac7d870a2d/build-script-build` 2024-02-08 20:50:33,297 ! Compiling version_check v0.9.4 2024-02-08 20:50:33,298 ! Running `rustc --crate-name version_check /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=1ab0a6d557bde304 -C extra-filename=-1ab0a6d557bde304 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,298 ! Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/libc-0.2.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=3efc0ba5dc8e73e8 -C extra-filename=-3efc0ba5dc8e73e8 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/libc-3efc0ba5dc8e73e8 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,299 ! Compiling once_cell v1.18.0 2024-02-08 20:50:33,299 ! Running `rustc --crate-name once_cell --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=48aa6556a225a673 -C extra-filename=-48aa6556a225a673 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,300 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/libc-3efc0ba5dc8e73e8/build-script-build` 2024-02-08 20:50:33,300 ! Running `rustc --crate-name libc /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/libc-0.2.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=3898595aa26ad87b -C extra-filename=-3898595aa26ad87b --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn` 2024-02-08 20:50:33,301 ! Compiling cc v1.0.83 2024-02-08 20:50:33,301 ! Running `rustc --crate-name cc --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=c4f0dbd940b6437a -C extra-filename=-c4f0dbd940b6437a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern libc=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/liblibc-3898595aa26ad87b.rmeta --cap-lints allow` 2024-02-08 20:50:33,302 ! Compiling ahash v0.8.6 2024-02-08 20:50:33,302 ! Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/ahash-0.8.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=f2c59df0591c5b6c -C extra-filename=-f2c59df0591c5b6c --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/ahash-f2c59df0591c5b6c -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern version_check=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libversion_check-1ab0a6d557bde304.rlib --cap-lints allow` 2024-02-08 20:50:33,302 ! Compiling memchr v2.6.4 2024-02-08 20:50:33,303 ! Running `rustc --crate-name memchr --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/memchr-2.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=302f2a0a6cdae488 -C extra-filename=-302f2a0a6cdae488 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,303 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/ahash-f2c59df0591c5b6c/build-script-build` 2024-02-08 20:50:33,304 ! Compiling errno v0.3.8 2024-02-08 20:50:33,304 ! Running `rustc --crate-name errno --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=66e78c854fe3eee0 -C extra-filename=-66e78c854fe3eee0 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern libc=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/liblibc-574c53d38d42ab53.rmeta --cap-lints allow` 2024-02-08 20:50:33,305 ! Compiling zerocopy v0.7.28 2024-02-08 20:50:33,305 ! Running `rustc --crate-name zerocopy --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/zerocopy-0.7.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="simd"' -C metadata=590622a9f7938be1 -C extra-filename=-590622a9f7938be1 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,306 ! Running `rustc --crate-name ahash --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=9634b656355d452c -C extra-filename=-9634b656355d452c --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern cfg_if=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libcfg_if-8333e2c72ddb6934.rmeta --extern once_cell=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libonce_cell-48aa6556a225a673.rmeta --extern zerocopy=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libzerocopy-590622a9f7938be1.rmeta --cap-lints allow` 2024-02-08 20:50:33,306 ! Compiling allocator-api2 v0.2.16 2024-02-08 20:50:33,307 ! Running `rustc --crate-name allocator_api2 --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' -C metadata=c578838c9270050a -C extra-filename=-c578838c9270050a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,307 ! Compiling rustix v0.38.21 2024-02-08 20:50:33,308 ! Running `rustc --crate-name build_script_build --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/rustix-0.38.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=14b30f34fa3f619e -C extra-filename=-14b30f34fa3f619e --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/rustix-14b30f34fa3f619e -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,308 ! Compiling log v0.4.20 2024-02-08 20:50:33,309 ! Running `rustc --crate-name log /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=fe3cb1278e6d8077 -C extra-filename=-fe3cb1278e6d8077 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,309 ! Compiling autocfg v1.1.0 2024-02-08 20:50:33,310 ! Running `rustc --crate-name autocfg /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=3b90cc883522e8c7 -C extra-filename=-3b90cc883522e8c7 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,310 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/rustix-14b30f34fa3f619e/build-script-build` 2024-02-08 20:50:33,311 ! Compiling hashbrown v0.14.3 2024-02-08 20:50:33,311 ! Running `rustc --crate-name hashbrown --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=f1f63e59b487560f -C extra-filename=-f1f63e59b487560f --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern ahash=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libahash-9634b656355d452c.rmeta --extern allocator_api2=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/liballocator_api2-c578838c9270050a.rmeta --cap-lints allow` 2024-02-08 20:50:33,312 ! Compiling bitflags v2.4.1 2024-02-08 20:50:33,312 ! Running `rustc --crate-name bitflags --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/bitflags-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' -C metadata=0e38e47a708e177a -C extra-filename=-0e38e47a708e177a --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,313 ! Compiling linux-raw-sys v0.4.11 2024-02-08 20:50:33,313 ! Running `rustc --crate-name linux_raw_sys --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/linux-raw-sys-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' -C metadata=ea7b8b6216156a85 -C extra-filename=-ea7b8b6216156a85 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,314 ! Running `rustc --crate-name rustix --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/rustix-0.38.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=ccd660c6ba063fec -C extra-filename=-ccd660c6ba063fec --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern bitflags=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libbitflags-0e38e47a708e177a.rmeta --extern libc_errno=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/liberrno-66e78c854fe3eee0.rmeta --extern libc=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/liblibc-574c53d38d42ab53.rmeta --extern linux_raw_sys=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/liblinux_raw_sys-ea7b8b6216156a85.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg thumb_mode --cfg linux_like --cfg linux_kernel --cfg fix_y2038` 2024-02-08 20:50:33,315 ! Compiling serde_derive v1.0.193 2024-02-08 20:50:33,320 ! Running `rustc --crate-name serde_derive /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/serde_derive-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=34a4b26c1b98e515 -C extra-filename=-34a4b26c1b98e515 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libproc_macro2-381fe4bc8d95e6cc.rlib --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libquote-044f305b00b740a9.rlib --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libsyn-73c5f0211ff8c44a.rlib --extern proc_macro --cap-lints allow` 2024-02-08 20:50:33,322 ! Running `rustc --crate-name serde --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/serde-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=397b556afd6ef5f1 -C extra-filename=-397b556afd6ef5f1 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern serde_derive=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libserde_derive-34a4b26c1b98e515.so --cap-lints allow` 2024-02-08 20:50:33,324 ! Compiling aho-corasick v1.1.2 2024-02-08 20:50:33,325 ! Running `rustc --crate-name aho_corasick --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/aho-corasick-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=20511460c2224533 -C extra-filename=-20511460c2224533 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern memchr=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libmemchr-302f2a0a6cdae488.rmeta --cap-lints allow` 2024-02-08 20:50:33,327 ! Compiling typenum v1.17.0 2024-02-08 20:50:33,329 ! Running `rustc --crate-name build_script_main --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=7d43ed4c7b3191d0 -C extra-filename=-7d43ed4c7b3191d0 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/typenum-7d43ed4c7b3191d0 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,331 ! Compiling io-lifetimes v1.0.11 2024-02-08 20:50:33,333 ! Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=d3c2c8a6cb5ed254 -C extra-filename=-d3c2c8a6cb5ed254 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/io-lifetimes-d3c2c8a6cb5ed254 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,335 ! Compiling thiserror v1.0.50 2024-02-08 20:50:33,337 ! Running `rustc --crate-name build_script_build --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/thiserror-1.0.50/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=c05b9d6176dbc3b9 -C extra-filename=-c05b9d6176dbc3b9 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/thiserror-c05b9d6176dbc3b9 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,338 ! Compiling regex-syntax v0.8.2 2024-02-08 20:50:33,340 ! Running `rustc --crate-name regex_syntax --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=7937b2c95b382801 -C extra-filename=-7937b2c95b382801 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,342 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/thiserror-c05b9d6176dbc3b9/build-script-build` 2024-02-08 20:50:33,344 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/io-lifetimes-d3c2c8a6cb5ed254/build-script-build` 2024-02-08 20:50:33,346 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/typenum-7d43ed4c7b3191d0/build-script-main` 2024-02-08 20:50:33,348 ! Compiling thiserror-impl v1.0.50 2024-02-08 20:50:33,350 ! Running `rustc --crate-name thiserror_impl --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/thiserror-impl-1.0.50/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=a44f5a0d06b9c9c9 -C extra-filename=-a44f5a0d06b9c9c9 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern proc_macro2=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libproc_macro2-381fe4bc8d95e6cc.rlib --extern quote=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libquote-044f305b00b740a9.rlib --extern syn=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libsyn-73c5f0211ff8c44a.rlib --extern proc_macro --cap-lints allow` 2024-02-08 20:50:33,351 ! Compiling psm v0.1.21 2024-02-08 20:50:33,353 ! Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/psm-0.1.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=7385c85cc8ddfe9e -C extra-filename=-7385c85cc8ddfe9e --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/psm-7385c85cc8ddfe9e -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern cc=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libcc-c4f0dbd940b6437a.rlib --cap-lints allow` 2024-02-08 20:50:33,355 ! Compiling regex-automata v0.4.3 2024-02-08 20:50:33,357 ! Running `rustc --crate-name regex_automata --edition=2021 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=b9bea00aa5d5ed7b -C extra-filename=-b9bea00aa5d5ed7b --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern aho_corasick=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libaho_corasick-20511460c2224533.rmeta --extern memchr=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libmemchr-302f2a0a6cdae488.rmeta --extern regex_syntax=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libregex_syntax-7937b2c95b382801.rmeta --cap-lints allow` 2024-02-08 20:50:33,359 ! Compiling generic-array v0.14.7 2024-02-08 20:50:33,361 ! Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' -C metadata=237d9515cbef3c4e -C extra-filename=-237d9515cbef3c4e --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/generic-array-237d9515cbef3c4e -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern version_check=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libversion_check-1ab0a6d557bde304.rlib --cap-lints allow` 2024-02-08 20:50:33,362 ! Compiling rustix v0.37.27 2024-02-08 20:50:33,365 ! Running `rustc --crate-name build_script_build --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/rustix-0.37.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=6c62bd7e35cf26d8 -C extra-filename=-6c62bd7e35cf26d8 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/rustix-6c62bd7e35cf26d8 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,366 ! Compiling tinyvec_macros v0.1.1 2024-02-08 20:50:33,368 ! Running `rustc --crate-name tinyvec_macros --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C metadata=6725879223bc4a50 -C extra-filename=-6725879223bc4a50 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,369 ! Compiling pkg-config v0.3.27 2024-02-08 20:50:33,369 ! Running `rustc --crate-name pkg_config /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=75f23694c8e40fbc -C extra-filename=-75f23694c8e40fbc --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --cap-lints allow` 2024-02-08 20:50:33,370 ! Compiling bzip2-sys v0.1.11+1.0.8 2024-02-08 20:50:33,371 ! Running `rustc --crate-name build_script_build /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=986ee8dc29159a32 -C extra-filename=-986ee8dc29159a32 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/bzip2-sys-986ee8dc29159a32 -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern cc=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libcc-c4f0dbd940b6437a.rlib --extern pkg_config=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libpkg_config-75f23694c8e40fbc.rlib --cap-lints allow` 2024-02-08 20:50:33,371 ! Compiling tinyvec v1.6.0 2024-02-08 20:50:33,372 ! Running `rustc --crate-name tinyvec --edition=2018 /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1cd66030c949c28d/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=8fd7d97447d3f859 -C extra-filename=-8fd7d97447d3f859 --out-dir /data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps -L dependency=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps --extern tinyvec_macros=/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/deps/libtinyvec_macros-6725879223bc4a50.rmeta --cap-lints allow` 2024-02-08 20:50:33,373 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/rustix-6c62bd7e35cf26d8/build-script-build` 2024-02-08 20:50:33,373 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/generic-array-237d9515cbef3c4e/build-script-build` 2024-02-08 20:50:33,374 ! Running `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/psm-7385c85cc8ddfe9e/build-script-build` 2024-02-08 20:50:33,375 ! error: failed to run custom build command for `psm v0.1.21` 2024-02-08 20:50:33,375 ! 2024-02-08 20:50:33,376 ! Caused by: 2024-02-08 20:50:33,377 ! process didn't exit successfully: `/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/psm-7385c85cc8ddfe9e/build-script-build` (exit status: 1) 2024-02-08 20:50:33,377 ! --- stdout 2024-02-08 20:50:33,378 ! OPT_LEVEL = Some("3") 2024-02-08 20:50:33,379 ! TARGET = Some("armv7-linux-androideabi") 2024-02-08 20:50:33,379 ! HOST = Some("armv7-linux-androideabi") 2024-02-08 20:50:33,380 ! cargo:rerun-if-env-changed=CC_armv7-linux-androideabi 2024-02-08 20:50:33,381 ! CC_armv7-linux-androideabi = None 2024-02-08 20:50:33,381 ! cargo:rerun-if-env-changed=CC_armv7_linux_androideabi 2024-02-08 20:50:33,382 ! CC_armv7_linux_androideabi = None 2024-02-08 20:50:33,383 ! cargo:rerun-if-env-changed=HOST_CC 2024-02-08 20:50:33,383 ! HOST_CC = None 2024-02-08 20:50:33,384 ! cargo:rerun-if-env-changed=CC 2024-02-08 20:50:33,385 ! CC = None 2024-02-08 20:50:33,385 ! cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS 2024-02-08 20:50:33,386 ! CRATE_CC_NO_DEFAULTS = None 2024-02-08 20:50:33,387 ! DEBUG = Some("false") 2024-02-08 20:50:33,387 ! CARGO_CFG_TARGET_FEATURE = None 2024-02-08 20:50:33,388 ! cargo:rerun-if-env-changed=CFLAGS_armv7-linux-androideabi 2024-02-08 20:50:33,389 ! CFLAGS_armv7-linux-androideabi = None 2024-02-08 20:50:33,389 ! cargo:rerun-if-env-changed=CFLAGS_armv7_linux_androideabi 2024-02-08 20:50:33,390 ! CFLAGS_armv7_linux_androideabi = None 2024-02-08 20:50:33,391 ! cargo:rerun-if-env-changed=HOST_CFLAGS 2024-02-08 20:50:33,391 ! HOST_CFLAGS = None 2024-02-08 20:50:33,392 ! cargo:rerun-if-env-changed=CFLAGS 2024-02-08 20:50:33,393 ! CFLAGS = None 2024-02-08 20:50:33,393 ! cargo:rustc-cfg=asm 2024-02-08 20:50:33,394 ! cargo:rustc-cfg=switchable_stack 2024-02-08 20:50:33,395 ! running: "arm-linux-androideabi-gcc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-march=armv7-a" "-mthumb" "-mfpu=vfpv3-d16" "-mfloat-abi=softfp" "-Wall" "-Wextra" "-xassembler-with-cpp" "-DCFG_TARGET_OS_android" "-DCFG_TARGET_ARCH_arm" "-DCFG_TARGET_ENV_" "-o" "/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/psm-a358d74581cf93c3/out/src/arch/arm_aapcs.o" "-c" "src/arch/arm_aapcs.s" 2024-02-08 20:50:33,395 ! exit status: 0 2024-02-08 20:50:33,396 ! cargo:rerun-if-env-changed=AR_armv7-linux-androideabi 2024-02-08 20:50:33,397 ! AR_armv7-linux-androideabi = None 2024-02-08 20:50:33,397 ! cargo:rerun-if-env-changed=AR_armv7_linux_androideabi 2024-02-08 20:50:33,398 ! AR_armv7_linux_androideabi = None 2024-02-08 20:50:33,399 ! cargo:rerun-if-env-changed=HOST_AR 2024-02-08 20:50:33,399 ! HOST_AR = None 2024-02-08 20:50:33,400 ! cargo:rerun-if-env-changed=AR 2024-02-08 20:50:33,401 ! AR = None 2024-02-08 20:50:33,401 ! cargo:rerun-if-env-changed=ARFLAGS_armv7-linux-androideabi 2024-02-08 20:50:33,402 ! ARFLAGS_armv7-linux-androideabi = None 2024-02-08 20:50:33,403 ! cargo:rerun-if-env-changed=ARFLAGS_armv7_linux_androideabi 2024-02-08 20:50:33,403 ! ARFLAGS_armv7_linux_androideabi = None 2024-02-08 20:50:33,404 ! cargo:rerun-if-env-changed=HOST_ARFLAGS 2024-02-08 20:50:33,405 ! HOST_ARFLAGS = None 2024-02-08 20:50:33,405 ! cargo:rerun-if-env-changed=ARFLAGS 2024-02-08 20:50:33,406 ! ARFLAGS = None 2024-02-08 20:50:33,407 ! running: ZERO_AR_DATE="1" "arm-linux-androideabi-ar" "cq" "/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/psm-a358d74581cf93c3/out/libpsm_s.a" "/data/data/com.termux/files/usr/tmp/pip-install-2tm5r7ro/maturin_68a82253e3cd401694aac3b3dd0581a8/target/release/build/psm-a358d74581cf93c3/out/src/arch/arm_aapcs.o" 2024-02-08 20:50:33,407 ! 2024-02-08 20:50:33,408 ! --- stderr 2024-02-08 20:50:33,409 ! 2024-02-08 20:50:33,409 ! 2024-02-08 20:50:33,410 ! error occurred: Failed to find tool. Is `arm-linux-androideabi-ar` installed? 2024-02-08 20:50:33,411 ! 2024-02-08 20:50:33,411 ! 2024-02-08 20:50:33,412 ! warning: build failed, waiting for other jobs to finish... 2024-02-08 20:50:33,413 ! error: `cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --no-default-features --locked` failed with code 101 2024-02-08 20:50:33,413 ! [end of output] 2024-02-08 20:50:33,414 ! 2024-02-08 20:50:33,415 ! note: This error originates from a subprocess, and is likely not a problem with pip. 2024-02-08 20:50:33,416 ! ERROR: Failed building wheel for maturin 2024-02-08 20:50:33,416 ! Failed to build maturin 2024-02-08 20:50:33,417 ! ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects 2024-02-08 20:50:33,418 ! [end of output] 2024-02-08 20:50:33,418 ! 2024-02-08 20:50:33,419 ! note: This error originates from a subprocess, and is likely not a problem with pip. 2024-02-08 20:50:33,419 ! error: subprocess-exited-with-error 2024-02-08 20:50:33,420 ! 2024-02-08 20:50:33,421 ! × pip subprocess to install build dependencies did not run successfully. 2024-02-08 20:50:33,421 ! │ exit code: 1 2024-02-08 20:50:33,422 ! ╰─> See above for output. 2024-02-08 20:50:33,422 ! 2024-02-08 20:50:33,423 ! note: This error originates from a subprocess, and is likely not a problem with pip. ```
pip install logs, succesful install
2024-02-08 20:55:17,359   /data/data/com.termux/files/usr/bin/python3 -m pip --disable-pip-version-check install https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip --no-cache-dir
2024-02-08 20:55:21,415 > Collecting https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip
2024-02-08 20:55:22,447 > Downloading https://github.com/OctoPrint/OctoPrint/archive/1.10.0rc1.zip
2024-02-08 20:55:23,900 > / 6.4 MB 3.7 MB/s 0:00:01
2024-02-08 20:55:25,939 > Installing build dependencies: started
2024-02-08 20:55:38,420 > Installing build dependencies: finished with status 'done'
2024-02-08 20:55:38,421 > Getting requirements to build wheel: started
2024-02-08 20:55:40,428 > Getting requirements to build wheel: finished with status 'done'
2024-02-08 20:55:40,430 > Preparing metadata (pyproject.toml): started
2024-02-08 20:55:45,734 > Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 20:55:45,736 > Requirement already satisfied: OctoPrint-FileCheck>=2021.2.23 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2021.2.23)
2024-02-08 20:55:45,737 > Requirement already satisfied: OctoPrint-FirmwareCheck>=2021.10.11 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2021.10.11)
2024-02-08 20:55:45,739 > Collecting OctoPrint-PiSupport>=2023.10.10 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,740 > Downloading OctoPrint_PiSupport-2023.10.10-py2.py3-none-any.whl.metadata (2.9 kB)
2024-02-08 20:55:45,740 > Collecting argon2-cffi>=23.1.0 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,741 > Downloading argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
2024-02-08 20:55:45,741 > Requirement already satisfied: Babel<2.13,>=2.12.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.12.1)
2024-02-08 20:55:45,741 > Requirement already satisfied: cachelib<0.11,>=0.10.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.10.2)
2024-02-08 20:55:45,742 > Collecting Click<9,>=8.1.7 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,742 > Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
2024-02-08 20:55:45,742 > Requirement already satisfied: colorlog<7,>=6.7.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (6.7.0)
2024-02-08 20:55:45,743 > Collecting emoji<3,>=2.10.1 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,743 > Downloading emoji-2.10.1-py2.py3-none-any.whl.metadata (5.3 kB)
2024-02-08 20:55:45,744 > Collecting feedparser<7,>=6.0.11 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,744 > Downloading feedparser-6.0.11-py3-none-any.whl.metadata (2.4 kB)
2024-02-08 20:55:45,744 > Requirement already satisfied: filetype<2,>=1.2.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.2.0)
2024-02-08 20:55:45,745 > Collecting Flask-Assets<3,>=2.1.0 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,745 > Downloading Flask_Assets-2.1.0-py3-none-any.whl.metadata (931 bytes)
2024-02-08 20:55:45,745 > Requirement already satisfied: Flask-Babel<4,>=3.1.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (3.1.0)
2024-02-08 20:55:45,746 > Collecting Flask-Login<0.7,>=0.6.3 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,746 > Downloading Flask_Login-0.6.3-py3-none-any.whl.metadata (5.8 kB)
2024-02-08 20:55:45,747 > Collecting Flask-Limiter<4,>=3.5.0 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,747 > Downloading Flask_Limiter-3.5.0-py3-none-any.whl.metadata (6.3 kB)
2024-02-08 20:55:45,747 > Requirement already satisfied: flask<2.3,>=2.2.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.2.3)
2024-02-08 20:55:45,748 > Collecting frozendict<3,>=2.4.0 (from OctoPrint==1.10.0rc1)
2024-02-08 20:55:45,748 > Downloading frozendict-2.4.0.tar.gz (314 kB)
2024-02-08 20:55:45,749 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.6/314.6 kB 4.3 MB/s eta 0:00:00
2024-02-08 20:55:45,749 > Installing build dependencies: started
2024-02-08 20:55:58,193 > Installing build dependencies: finished with status 'done'
2024-02-08 20:55:58,193 > Getting requirements to build wheel: started
2024-02-08 20:55:59,429 > Getting requirements to build wheel: finished with status 'done'
2024-02-08 20:55:59,432 > Installing backend dependencies: started
2024-02-08 20:56:06,653 > Installing backend dependencies: finished with status 'done'
2024-02-08 20:56:06,656 > Preparing metadata (pyproject.toml): started
2024-02-08 20:56:08,790 > Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 20:56:08,793 > Requirement already satisfied: future<1,>=0.18.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.18.3)
2024-02-08 20:56:08,795 > Collecting markdown<3.5,>=3.4.4 (from OctoPrint==1.10.0rc1)
2024-02-08 20:56:08,796 > Downloading Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB)
2024-02-08 20:56:08,798 > Requirement already satisfied: netaddr<0.9,>=0.8 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.8.0)
2024-02-08 20:56:08,800 > Collecting netifaces2<0.1,>=0.0.21 (from OctoPrint==1.10.0rc1)
2024-02-08 20:56:08,802 > Downloading netifaces2-0.0.21.tar.gz (18 kB)
2024-02-08 20:56:08,804 > Installing build dependencies: started
2024-02-08 20:57:34,150 > Installing build dependencies: still running...
2024-02-08 20:58:41,676 > Installing build dependencies: still running...
2024-02-08 21:00:01,189 > Installing build dependencies: still running...
2024-02-08 21:01:14,296 > Installing build dependencies: still running...
2024-02-08 21:02:17,701 > Installing build dependencies: still running...
2024-02-08 21:03:17,758 > Installing build dependencies: still running...
2024-02-08 21:04:32,129 > Installing build dependencies: still running...
2024-02-08 21:06:01,624 > Installing build dependencies: still running...
2024-02-08 21:07:02,094 > Installing build dependencies: still running...
2024-02-08 21:08:08,531 > Installing build dependencies: still running...
2024-02-08 21:09:11,941 > Installing build dependencies: still running...
2024-02-08 21:10:21,285 > Installing build dependencies: still running...
2024-02-08 21:13:13,490 > Installing build dependencies: still running...
2024-02-08 21:15:19,852 > Installing build dependencies: still running...
2024-02-08 21:16:41,956 > Installing build dependencies: still running...
2024-02-08 21:17:42,020 > Installing build dependencies: still running...
2024-02-08 21:23:49,336 > Installing build dependencies: still running...
2024-02-08 21:24:14,332 > Installing build dependencies: finished with status 'done'
2024-02-08 21:24:14,339 > Getting requirements to build wheel: started
2024-02-08 21:24:14,340 > Getting requirements to build wheel: finished with status 'done'
2024-02-08 21:24:14,340 > Preparing metadata (pyproject.toml): started
2024-02-08 21:24:26,647 > Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 21:24:26,648 > Requirement already satisfied: passlib<2,>=1.7.4 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.7.4)
2024-02-08 21:24:26,648 > Requirement already satisfied: pathvalidate<3,>=2.5.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.5.2)
2024-02-08 21:24:26,648 > Requirement already satisfied: pkginfo<2,>=1.9.6 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.9.6)
2024-02-08 21:24:28,638 > Collecting psutil<6,>=5.9.8 (from OctoPrint==1.10.0rc1)
2024-02-08 21:24:28,640 > Downloading psutil-5.9.8.tar.gz (503 kB)
2024-02-08 21:24:28,642 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.2/503.2 kB 4.0 MB/s eta 0:00:00
2024-02-08 21:24:28,644 > Installing build dependencies: started
2024-02-08 21:24:41,756 > Installing build dependencies: finished with status 'done'
2024-02-08 21:24:41,759 > Getting requirements to build wheel: started
2024-02-08 21:24:43,803 > Getting requirements to build wheel: finished with status 'done'
2024-02-08 21:24:43,805 > Preparing metadata (pyproject.toml): started
2024-02-08 21:24:46,037 > Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 21:24:46,038 > Requirement already satisfied: pydantic==1.10.12 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.10.12)
2024-02-08 21:24:46,044 > Requirement already satisfied: pylru<2,>=1.2.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.2.1)
2024-02-08 21:24:46,045 > Requirement already satisfied: pyserial<4,>=3.5 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (3.5)
2024-02-08 21:24:46,045 > Requirement already satisfied: pytz in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2022.7)
2024-02-08 21:24:46,046 > Requirement already satisfied: PyYAML<7,>=6.0.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (6.0.1)
2024-02-08 21:24:46,046 > Collecting requests<3,>=2.31.0 (from OctoPrint==1.10.0rc1)
2024-02-08 21:24:46,047 > Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
2024-02-08 21:24:46,047 > Requirement already satisfied: sarge==0.1.7.post1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.1.7.post1)
2024-02-08 21:24:46,047 > Requirement already satisfied: semantic-version<3,>=2.10.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.10.0)
2024-02-08 21:24:47,234 > Collecting sentry-sdk<2,>=1.40.0 (from OctoPrint==1.10.0rc1)
2024-02-08 21:24:47,235 > Downloading sentry_sdk-1.40.2-py2.py3-none-any.whl.metadata (9.7 kB)
2024-02-08 21:24:47,236 > Requirement already satisfied: setuptools in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (65.6.3)
2024-02-08 21:24:47,236 > Requirement already satisfied: tornado<6.3,>=6.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (6.2)
2024-02-08 21:24:47,237 > Requirement already satisfied: watchdog<3,>=2.3.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.3.1)
2024-02-08 21:24:47,237 > Collecting websocket-client==1.5.3 (from OctoPrint==1.10.0rc1)
2024-02-08 21:24:47,238 > Downloading websocket_client-1.5.3-py3-none-any.whl.metadata (7.6 kB)
2024-02-08 21:24:47,238 > Requirement already satisfied: werkzeug<2.3,>=2.2.3 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2.2.3)
2024-02-08 21:24:47,239 > Requirement already satisfied: wrapt<1.16,>=1.15 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.15.0)
2024-02-08 21:24:52,253 > Collecting zeroconf~=0.127 (from OctoPrint==1.10.0rc1)
2024-02-08 21:24:52,255 > Downloading zeroconf-0.131.0.tar.gz (169 kB)
2024-02-08 21:24:52,261 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.3/169.3 kB 3.5 MB/s eta 0:00:00
2024-02-08 21:24:52,263 > Installing build dependencies: started
2024-02-08 21:25:16,667 > Installing build dependencies: finished with status 'done'
2024-02-08 21:25:16,668 > Getting requirements to build wheel: started
2024-02-08 21:25:16,669 > Getting requirements to build wheel: finished with status 'done'
2024-02-08 21:25:16,669 > Preparing metadata (pyproject.toml): started
2024-02-08 21:25:20,095 > Preparing metadata (pyproject.toml): finished with status 'done'
2024-02-08 21:25:20,098 > Collecting zipstream-ng<2.0.0,>=1.7.1 (from OctoPrint==1.10.0rc1)
2024-02-08 21:25:20,109 > Downloading zipstream_ng-1.7.1-py3-none-any.whl.metadata (10 kB)
2024-02-08 21:25:20,110 > Collecting blinker<1.7.0,>=1.6.3 (from OctoPrint==1.10.0rc1)
2024-02-08 21:25:20,110 > Downloading blinker-1.6.3-py3-none-any.whl.metadata (1.9 kB)
2024-02-08 21:25:20,110 > Requirement already satisfied: class-doc<0.3,>=0.2.6 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.2.6)
2024-02-08 21:25:20,111 > Requirement already satisfied: regex in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (2022.10.31)
2024-02-08 21:25:20,111 > Requirement already satisfied: unidecode in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (1.3.6)
2024-02-08 21:25:20,111 > Requirement already satisfied: wheel in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from OctoPrint==1.10.0rc1) (0.38.4)
2024-02-08 21:25:20,112 > Requirement already satisfied: typing-extensions>=4.2.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from pydantic==1.10.12->OctoPrint==1.10.0rc1) (4.4.0)
2024-02-08 21:25:20,112 > Requirement already satisfied: argon2-cffi-bindings in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from argon2-cffi>=23.1.0->OctoPrint==1.10.0rc1) (21.2.0)
2024-02-08 21:25:20,113 > Requirement already satisfied: more-itertools>=5.0.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from class-doc<0.3,>=0.2.6->OctoPrint==1.10.0rc1) (9.1.0)
2024-02-08 21:25:20,113 > Requirement already satisfied: sgmllib3k in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from feedparser<7,>=6.0.11->OctoPrint==1.10.0rc1) (1.0.0)
2024-02-08 21:25:20,113 > Requirement already satisfied: Jinja2>=3.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from flask<2.3,>=2.2.3->OctoPrint==1.10.0rc1) (3.1.2)
2024-02-08 21:25:20,114 > Requirement already satisfied: itsdangerous>=2.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from flask<2.3,>=2.2.3->OctoPrint==1.10.0rc1) (2.1.2)
2024-02-08 21:25:20,114 > Requirement already satisfied: webassets>=2.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from Flask-Assets<3,>=2.1.0->OctoPrint==1.10.0rc1) (2.0)
2024-02-08 21:25:20,114 > Requirement already satisfied: limits>=2.8 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from Flask-Limiter<4,>=3.5.0->OctoPrint==1.10.0rc1) (3.1.4)
2024-02-08 21:25:20,115 > Requirement already satisfied: ordered-set<5,>4 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from Flask-Limiter<4,>=3.5.0->OctoPrint==1.10.0rc1) (4.1.0)
2024-02-08 21:25:20,115 > Requirement already satisfied: rich<14,>=12 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from Flask-Limiter<4,>=3.5.0->OctoPrint==1.10.0rc1) (12.6.0)
2024-02-08 21:25:21,525 > Requirement already satisfied: charset-normalizer<4,>=2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from requests<3,>=2.31.0->OctoPrint==1.10.0rc1) (2.1.1)
2024-02-08 21:25:21,526 > Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from requests<3,>=2.31.0->OctoPrint==1.10.0rc1) (3.4)
2024-02-08 21:25:21,526 > Requirement already satisfied: urllib3<3,>=1.21.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from requests<3,>=2.31.0->OctoPrint==1.10.0rc1) (1.26.13)
2024-02-08 21:25:21,527 > Requirement already satisfied: certifi>=2017.4.17 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from requests<3,>=2.31.0->OctoPrint==1.10.0rc1) (2022.12.7)
2024-02-08 21:25:22,573 > Requirement already satisfied: MarkupSafe>=2.1.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from werkzeug<2.3,>=2.2.3->OctoPrint==1.10.0rc1) (2.1.1)
2024-02-08 21:25:22,576 > Requirement already satisfied: ifaddr>=0.1.7 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from zeroconf~=0.127->OctoPrint==1.10.0rc1) (0.2.0)
2024-02-08 21:25:24,587 > Requirement already satisfied: deprecated>=1.2 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from limits>=2.8->Flask-Limiter<4,>=3.5.0->OctoPrint==1.10.0rc1) (1.2.13)
2024-02-08 21:25:24,599 > Requirement already satisfied: packaging<23,>=21 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from limits>=2.8->Flask-Limiter<4,>=3.5.0->OctoPrint==1.10.0rc1) (22.0)
2024-02-08 21:25:24,600 > Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from rich<14,>=12->Flask-Limiter<4,>=3.5.0->OctoPrint==1.10.0rc1) (0.9.1)
2024-02-08 21:25:24,600 > Requirement already satisfied: pygments<3.0.0,>=2.6.0 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from rich<14,>=12->Flask-Limiter<4,>=3.5.0->OctoPrint==1.10.0rc1) (2.14.0)
2024-02-08 21:25:24,600 > Requirement already satisfied: cffi>=1.0.1 in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from argon2-cffi-bindings->argon2-cffi>=23.1.0->OctoPrint==1.10.0rc1) (1.15.1)
2024-02-08 21:25:24,601 > Requirement already satisfied: pycparser in /data/data/com.termux/files/usr/lib/python3.11/site-packages (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi>=23.1.0->OctoPrint==1.10.0rc1) (2.21)
2024-02-08 21:25:26,428 > Downloading websocket_client-1.5.3-py3-none-any.whl (56 kB)
2024-02-08 21:25:26,429 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/56.6 kB 15.6 MB/s eta 0:00:00
2024-02-08 21:25:26,430 > Downloading argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
2024-02-08 21:25:26,430 > Downloading blinker-1.6.3-py3-none-any.whl (13 kB)
2024-02-08 21:25:26,431 > Downloading click-8.1.7-py3-none-any.whl (97 kB)
2024-02-08 21:25:26,432 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 4.4 MB/s eta 0:00:00
2024-02-08 21:25:26,432 > Downloading emoji-2.10.1-py2.py3-none-any.whl (421 kB)
2024-02-08 21:25:26,433 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 421.5/421.5 kB 4.5 MB/s eta 0:00:00
2024-02-08 21:25:26,434 > Downloading feedparser-6.0.11-py3-none-any.whl (81 kB)
2024-02-08 21:25:26,434 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 1.9 MB/s eta 0:00:00
2024-02-08 21:25:26,435 > Downloading Flask_Assets-2.1.0-py3-none-any.whl (8.5 kB)
2024-02-08 21:25:26,436 > Downloading Flask_Limiter-3.5.0-py3-none-any.whl (28 kB)
2024-02-08 21:25:26,436 > Downloading Flask_Login-0.6.3-py3-none-any.whl (17 kB)
2024-02-08 21:25:26,437 > Downloading Markdown-3.4.4-py3-none-any.whl (94 kB)
2024-02-08 21:25:26,438 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.2/94.2 kB 2.8 MB/s eta 0:00:00
2024-02-08 21:25:26,438 > Downloading OctoPrint_PiSupport-2023.10.10-py2.py3-none-any.whl (35 kB)
2024-02-08 21:25:26,439 > Downloading requests-2.31.0-py3-none-any.whl (62 kB)
2024-02-08 21:25:26,440 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 15.8 MB/s eta 0:00:00
2024-02-08 21:25:26,441 > Downloading sentry_sdk-1.40.2-py2.py3-none-any.whl (257 kB)
2024-02-08 21:25:26,441 > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.7/257.7 kB 5.5 MB/s eta 0:00:00
2024-02-08 21:25:26,442 > Downloading zipstream_ng-1.7.1-py3-none-any.whl (22 kB)
2024-02-08 21:25:26,442 > Building wheels for collected packages: OctoPrint, frozendict, netifaces2, psutil, zeroconf
2024-02-08 21:25:26,443 > Building wheel for OctoPrint (pyproject.toml): started
2024-02-08 21:25:33,718 > Building wheel for OctoPrint (pyproject.toml): finished with status 'done'
2024-02-08 21:25:33,720 > Created wheel for OctoPrint: filename=OctoPrint-1.10.0rc1-py2.py3-none-any.whl size=3354975 sha256=92df43589767fe67ce1d035b24e78f2e9fa363e06270a909071ca02afe1cd2cd
2024-02-08 21:25:33,722 > Stored in directory: /data/data/com.termux/files/usr/tmp/pip-ephem-wheel-cache-syhd_fao/wheels/a0/c6/4e/cebf956d3e15bc5fe5f147e28dcc83f8890cf392f385cc0026
2024-02-08 21:25:33,725 > Building wheel for frozendict (pyproject.toml): started
2024-02-08 21:25:35,736 > Building wheel for frozendict (pyproject.toml): finished with status 'done'
2024-02-08 21:25:35,737 > Created wheel for frozendict: filename=frozendict-2.4.0-py3-none-any.whl size=15425 sha256=5278f5f29ed7764eb6f92627dd1fee507d5bc4a02f21898a4411a366c921fdad
2024-02-08 21:25:35,737 > Stored in directory: /data/data/com.termux/files/usr/tmp/pip-ephem-wheel-cache-syhd_fao/wheels/31/dd/81/a814e6f8cde8a1bbc1f088fdc273943371f10478b91a605e14
2024-02-08 21:25:35,738 > Building wheel for netifaces2 (pyproject.toml): started
2024-02-08 21:26:58,186 > Building wheel for netifaces2 (pyproject.toml): still running...
2024-02-08 21:28:05,240 > Building wheel for netifaces2 (pyproject.toml): still running...
2024-02-08 21:28:12,267 > Building wheel for netifaces2 (pyproject.toml): finished with status 'done'
2024-02-08 21:28:12,269 > Created wheel for netifaces2: filename=netifaces2-0.0.21-cp37-abi3-linux_armv7l.whl size=259701 sha256=b4e4262e13e29f06751996b409b6a8c3c715bb2f1a701666a846f99a1c1932cc
2024-02-08 21:28:12,276 > Stored in directory: /data/data/com.termux/files/usr/tmp/pip-ephem-wheel-cache-syhd_fao/wheels/38/55/6c/e1442448d73674563bc5c87d08152171edc5d2220995bb2fcd
2024-02-08 21:28:12,278 > Building wheel for psutil (pyproject.toml): started
2024-02-08 21:28:22,308 > Building wheel for psutil (pyproject.toml): finished with status 'done'
2024-02-08 21:28:22,310 > Created wheel for psutil: filename=psutil-5.9.8-cp311-abi3-linux_armv7l.whl size=263341 sha256=6cce4bdc22845c7184d607160c485f569dd3d97061fc588a9b3cbf9cd58cc0d5
2024-02-08 21:28:22,310 > Stored in directory: /data/data/com.termux/files/usr/tmp/pip-ephem-wheel-cache-syhd_fao/wheels/a6/1e/65/fb0ad37886dca3f25a0aa8e50f4903c5bdbde4bb8a9b1e27de
2024-02-08 21:28:22,311 > Building wheel for zeroconf (pyproject.toml): started
2024-02-08 21:29:26,553 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:30:27,735 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:32:29,317 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:33:44,440 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:34:57,855 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:36:55,177 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:38:08,281 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:39:31,497 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:41:03,699 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:42:20,007 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:43:40,195 > Building wheel for zeroconf (pyproject.toml): still running...
2024-02-08 21:43:49,226 > Building wheel for zeroconf (pyproject.toml): finished with status 'done'
2024-02-08 21:43:49,227 > Created wheel for zeroconf: filename=zeroconf-0.131.0-cp311-cp311-linux_armv7l.whl size=6045187 sha256=d8dcf176fda5800747251910e5dc8280ec1ad9cee073348527b6d63129f2cecc
2024-02-08 21:43:49,227 > Stored in directory: /data/data/com.termux/files/usr/tmp/pip-ephem-wheel-cache-syhd_fao/wheels/a8/ad/ea/2270dcba3452b33be29fe8f4579924c597873b6b153986bede
2024-02-08 21:43:49,228 > Successfully built OctoPrint frozendict netifaces2 psutil zeroconf
2024-02-08 21:43:53,769 > Installing collected packages: OctoPrint-PiSupport, zipstream-ng, zeroconf, websocket-client, sentry-sdk, requests, psutil, netifaces2, markdown, frozendict, feedparser, emoji, Click, blinker, Flask-Login, Flask-Limiter, Flask-Assets, argon2-cffi, OctoPrint
2024-02-08 21:43:53,773 > Attempting uninstall: OctoPrint-PiSupport
2024-02-08 21:43:53,775 > Found existing installation: OctoPrint-PiSupport 2023.5.24
2024-02-08 21:43:53,778 > Uninstalling OctoPrint-PiSupport-2023.5.24:
2024-02-08 21:43:53,779 > Successfully uninstalled OctoPrint-PiSupport-2023.5.24
2024-02-08 21:43:53,781 > Attempting uninstall: zipstream-ng
2024-02-08 21:43:53,783 > Found existing installation: zipstream-ng 1.5.0
2024-02-08 21:43:53,785 > Uninstalling zipstream-ng-1.5.0:
2024-02-08 21:43:53,787 > Successfully uninstalled zipstream-ng-1.5.0
2024-02-08 21:43:53,789 > Attempting uninstall: zeroconf
2024-02-08 21:43:53,791 > Found existing installation: zeroconf 0.39.4
2024-02-08 21:43:53,793 > Uninstalling zeroconf-0.39.4:
2024-02-08 21:43:53,795 > Successfully uninstalled zeroconf-0.39.4
2024-02-08 21:43:55,339 > Attempting uninstall: websocket-client
2024-02-08 21:43:55,342 > Found existing installation: websocket-client 1.5.1
2024-02-08 21:43:55,344 > Uninstalling websocket-client-1.5.1:
2024-02-08 21:43:55,346 > Successfully uninstalled websocket-client-1.5.1
2024-02-08 21:43:55,348 > Attempting uninstall: sentry-sdk
2024-02-08 21:43:55,350 > Found existing installation: sentry-sdk 1.19.1
2024-02-08 21:43:55,352 > Uninstalling sentry-sdk-1.19.1:
2024-02-08 21:43:55,354 > Successfully uninstalled sentry-sdk-1.19.1
2024-02-08 21:43:57,479 > Attempting uninstall: requests
2024-02-08 21:43:57,481 > Found existing installation: requests 2.28.2
2024-02-08 21:43:57,483 > Uninstalling requests-2.28.2:
2024-02-08 21:43:57,485 > Successfully uninstalled requests-2.28.2
2024-02-08 21:43:57,487 > Attempting uninstall: psutil
2024-02-08 21:43:57,489 > Found existing installation: psutil 5.9.4
2024-02-08 21:43:57,491 > Uninstalling psutil-5.9.4:
2024-02-08 21:43:57,492 > Successfully uninstalled psutil-5.9.4
2024-02-08 21:44:00,139 > Attempting uninstall: markdown
2024-02-08 21:44:00,142 > Found existing installation: Markdown 3.4.3
2024-02-08 21:44:00,144 > Uninstalling Markdown-3.4.3:
2024-02-08 21:44:00,147 > Successfully uninstalled Markdown-3.4.3
2024-02-08 21:44:00,149 > Attempting uninstall: frozendict
2024-02-08 21:44:00,151 > Found existing installation: frozendict 2.3.7
2024-02-08 21:44:00,152 > Uninstalling frozendict-2.3.7:
2024-02-08 21:44:00,154 > Successfully uninstalled frozendict-2.3.7
2024-02-08 21:44:00,155 > Attempting uninstall: feedparser
2024-02-08 21:44:00,157 > Found existing installation: feedparser 6.0.10
2024-02-08 21:44:00,158 > Uninstalling feedparser-6.0.10:
2024-02-08 21:44:00,160 > Successfully uninstalled feedparser-6.0.10
2024-02-08 21:44:00,162 > Attempting uninstall: emoji
2024-02-08 21:44:00,164 > Found existing installation: emoji 2.2.0
2024-02-08 21:44:00,165 > Uninstalling emoji-2.2.0:
2024-02-08 21:44:01,195 > Successfully uninstalled emoji-2.2.0
2024-02-08 21:44:07,651 > Attempting uninstall: Click
2024-02-08 21:44:07,653 > Found existing installation: click 8.1.3
2024-02-08 21:44:07,655 > Uninstalling click-8.1.3:
2024-02-08 21:44:07,657 > Successfully uninstalled click-8.1.3
2024-02-08 21:44:07,659 > Attempting uninstall: blinker
2024-02-08 21:44:07,661 > Found existing installation: blinker 1.6.2
2024-02-08 21:44:07,661 > Uninstalling blinker-1.6.2:
2024-02-08 21:44:07,662 > Successfully uninstalled blinker-1.6.2
2024-02-08 21:44:07,663 > Attempting uninstall: Flask-Login
2024-02-08 21:44:07,663 > Found existing installation: Flask-Login 0.6.2
2024-02-08 21:44:07,664 > Uninstalling Flask-Login-0.6.2:
2024-02-08 21:44:07,664 > Successfully uninstalled Flask-Login-0.6.2
2024-02-08 21:44:07,665 > Attempting uninstall: Flask-Limiter
2024-02-08 21:44:07,666 > Found existing installation: Flask-Limiter 3.3.0
2024-02-08 21:44:07,666 > Uninstalling Flask-Limiter-3.3.0:
2024-02-08 21:44:07,667 > Successfully uninstalled Flask-Limiter-3.3.0
2024-02-08 21:44:07,668 > Attempting uninstall: Flask-Assets
2024-02-08 21:44:07,668 > Found existing installation: Flask-Assets 2.0
2024-02-08 21:44:07,669 > Uninstalling Flask-Assets-2.0:
2024-02-08 21:44:07,669 > Successfully uninstalled Flask-Assets-2.0
2024-02-08 21:44:07,670 > Attempting uninstall: argon2-cffi
2024-02-08 21:44:07,671 > Found existing installation: argon2-cffi 21.3.0
2024-02-08 21:44:07,671 > Uninstalling argon2-cffi-21.3.0:
2024-02-08 21:44:07,672 > Successfully uninstalled argon2-cffi-21.3.0
2024-02-08 21:44:07,672 > Attempting uninstall: OctoPrint
2024-02-08 21:44:07,673 > Found existing installation: OctoPrint 1.9.3
2024-02-08 21:44:07,674 > Uninstalling OctoPrint-1.9.3:
2024-02-08 21:44:07,674 > Successfully uninstalled OctoPrint-1.9.3
2024-02-08 21:44:14,720 > Successfully installed Click-8.1.7 Flask-Assets-2.1.0 Flask-Limiter-3.5.0 Flask-Login-0.6.3 OctoPrint-1.10.0rc1 OctoPrint-PiSupport-2023.10.10 argon2-cffi-23.1.0 blinker-1.6.3 emoji-2.10.1 feedparser-6.0.11 frozendict-2.4.0 markdown-3.4.4 netifaces2-0.0.21 psutil-5.9.8 requests-2.31.0 sentry-sdk-1.40.2 websocket-client-1.5.3 zeroconf-0.131.0 zipstream-ng-1.7.1

@wilmardo On what system/platform is that, is that Octo4a or some custom install under Termux?

That dependency on maturin and a working Rust compile environment got pulled in by the switch to netifaces2 as a replacement for the abandoned and now unmaintained netifaces. If no wheel for that can be found (which for your runtime environment it can't), it'll have to build the native bits, and for that it needs maturin and Rust.

@nastevens

I'm not sure if this even rises to the level of a bug it's so minor, but I wanted to report it just in case.

I've played around with it some more now and have come to the conclusion that it's so minor we are going to ignore that. I wasn't able to reproduce the amount of "jitter" that you recorded, I could see some jittering, but in neither Firefox nor Chromium was it bad enough to look deeper.

It would also not be something easily approached, given that the dashing option for the graph here is provided by a flot plugin, so this would then have to either be fixed manually in the vendored js and/or reported upstream.

But at least this just made me look into the bugs on the plugin, which in turn made me find out that contrary to the GitHub releases shown on flot, there HAVE been newer releases in the last years after all, and apparently flot now supports dashed graphs by default. So I'll take a look at updating flot (not something I want to do on this RC, there's probably going to be a lot of breakage going to happen), and maybe that other implementation of dashed graphs won't have that issue.

In any case, currently indeed very minor and not going to get tackled for 1.10.0, but it's still good that you reported it! That's what RCs are for!

On what system/platform is that, is that Octo4a or some custom install under Termux?

The latter, I run octoprint on a OnePlus One with a custom kernel (for serial drivers and charging and OTG at the same time). Good point, I should have added it since I know I am fully unsupported :)

That dependency on maturin and a working Rust compile environment got pulled in by the switch to netifaces2 as a replacement for the abandoned and now unmaintained netifaces. If no wheel for that can be found (which for your runtime environment it can't), it'll have to build the native bits, and for that it needs maturin and Rust.

Thanks for the clarification! My goal with my reply was just to add the information if someone else might run into this (older Raspberry Pi's might be the same arch).

1.10.0rc2 is out, new feedback ticket is here: #4948