00:00:04 i.e. "2 hours, 40 minutes, 10 seconds" instead of "2.6 hours" 00:00:22 plowsof: How? They banned your home IP or something? 00:00:57 i had the issue before with debian paste banning me from viewing pastes but currently it's working again 00:02:32 the change you are proposing might be too verbose inside the program itself 00:03:04 Fair point, I just wanted to see what others thought 00:04:20 I also have like 5 other PRs mirrored on my Codeberg fork, I just don't want to re-post them here (they'll get buried anyways) 00:04:24 Mostly just logging/docs, etc. 00:09:38 #8 and #9 look good, will try to get them opened 00:10:05 #10 is too verbose IMO for use inside monerod/cli 00:10:35 Thanks :) 00:10:59 Just curious, what do you mean by "get them opened"? 00:12:40 on GitHub 00:13:13 Oh, alright. Thanks :D 00:22:53 I mean, is a chat platform meant for patch management? :P 00:26:22 monero isn't going to switch to mailing list lol 00:29:14 I know, but better than a self-hosted git forge 00:29:35 How? 00:30:25 You don't fill up the server's disk with endless repositories 00:31:43 I guess in principle it would be more "suckless", but still super inconvenient 00:32:00 No one who doesn't have, like, a college degree is going to submit patches on a mailing list 00:32:29 I hope Forgejo gets their federation stuff working 00:32:42 So people fork Monero to their own server and then make PRs from that 00:34:48 For now, mailing list is the closest thing 01:02:37 Forgejo federation would be awesome, hopefully that pans out well. 05:19:42 scoobybejesus: can you upload the file somewhere so I can compare it? 08:22:03 I also had to use that workaround 08:22:03 > you gotta sudo vim /etc/docker/daemon.json and then { "min-api-version": "1.41" } and then sudo systemctl restart docker 08:22:03 > we'll see if your workaround will similarly result in different i686 hashes... 12:52:51 tobtoht: committed again, assuming that's what you need/want to see 12:53:22 No, he wanrs the bz2 file 12:53:37 Your latest commit is bad hash too 12:54:34 Im also intetested in the build.log 12:54:35 You can upload the bz2 and the build.log to send.vis.ee if you need a website to upload to 13:02:08 I pulled out the build-linux.log. I just got a 504 on send.vis.ee 13:04:05 send.vis is working here for me 13:04:59 It loaded. Stand by. Thanks 13:10:57 https://send.vis.ee/download/a2a564952d31c776/#bEOGP-_1bwveF_K2LmPVsA 13:46:55 https://forums.whonix.org/t/monero-wallet-gui-appimage-no-longer-runs/22980 16:36:29 mine seems to match everyone else's even with the workaround > we'll see if your workaround will similarly result in different i686 hashes... 18:31:41 scoobybejesus: you might have to reupload it, it shows as expired 18:31:53 will try to find a better file hoster 18:33:43 This code seems to trigger an out-of-bounds error, am I using one of the epee functions incorrectly? 18:33:44 https://github.com/monero-project/monero/blob/4244463f09690833f2488c2a602f69e88cd06355/src/net/i2p_sam.cpp#L527 18:35:13 selsta: It allows you to select how long for it to be available and how many downloads 18:35:36 Probably selected a low value .. 18:36:05 might be my fault :D i wanted to download it in case it expires.. then when i pressed download it always timed out, then it said expired 18:36:45 :D haha maybe 18:41:51 https://tmpfile.link <-- this looks okay, 100mb limit and 7 days scoobybejesus 19:08:54 scoobybejusus: ok, now your unbound and zeromq builds don't match other's 19:10:28 i diffed the file you uploaded, but there is too much going on. not a trivial timestamp issue or w/e 19:11:15 i did notice that your base image has a lot of extra packages installed 19:12:02 can you try: docker rm --force gitrun; docker image rm base-bionic-amd64; docker image rm gitrun-bionic 19:12:09 and rerun dockrun.sh? 19:22:51 scoobybejesus (for ping, misspelled your handle) 19:29:13 i sure can! 19:33:49 selsta, i can upload that stuff again if you're curious, but I'm re-running dockrun.sh right now in case the issue is moot. happy to though. let me know 19:34:12 not necessary since tobtoht got a copy 20:12:45 selsta: Hey, thank you so much :)) 21:55:56 selsta tobtoht same as last time: https://secpaste.dev/show/JFS9-UJb that's the whole dockrun.sh output. i can upload the build-linux.log and bz2 or whatever else if you're interested 21:57:23 scoobybejesus: can you update your PR? I'm curious if rebuilding the base images actually changed anything 21:58:11 certainly 22:10:27 pushed 22:16:15 scoobybejesus: ty. hmm ok, none of the assert files changed 22:16:25 what is the output of: docker inspect --format='{{index .RepoDigests 0}}' ubuntu:bionic 22:17:21 ubuntu@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 22:19:12 I was expecting ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 here 22:19:59 I get 152dc.. 22:20:26 the log even shows [1/5] FROM docker.io/library/ubuntu:bionic@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 22:21:07 Appears to be an older push: https://hub.docker.com/layers/library/ubuntu/bionic-20230126/images/sha256-fdd3c9372c19afa928f99afde58f0f80a008ebb695a8c5ee37de5adb7feb46de 22:22:19 Hm. That next log line does start with CACHED 22:22:56 Ohh.. so that's what happened 22:23:18 Wait, but it was presumably cached from running gitrun-bionic.Dockerfile first 22:24:23 apt-cacher-ng isnt available on debian 12 -- what host are you running this on? 22:24:50 22.04.5 LTS (Jammy Jellyfish) 22:25:00 Maybe diff bcuz everyone (incl ci) us using a non cached pull, but youre still on an old distro that uses it? 22:25:02 Yup 22:25:31 i can dist upgrade and re-run... 22:25:34 I think you may need to again run: docker rm --force gitrun; docker image rm base-bionic-amd64; docker image rm gitrun-bionic and also docker builder prune to force a rebuild. 22:26:25 i'm okay with doing that first 22:28:38 and perhaps docker pull ubuntu:bionic just in case 22:29:09 hehe... this is in motion. i will do that if this doesn't work 22:30:49 check the logs to make sure it's not using cached layers when rebuilding the base image 22:35:48 "Maybe diff bcuz everyone (incl ci) us using a non cached pull, but youre still on an old distro that uses it?" <- If your current run produces identical .assert files, this seems plausible too. 22:42:19 I have RUN echo 'Acquire::http { Proxy "http://172.17.0.1:3142"; };' > /etc/apt/apt.conf.d/50cacher commented out in the files in the docker folder 22:42:19 https://github.com/monero-project/monero/blob/release-v0.18/contrib%2Fgitian%2Fdockrun.sh#L31-L79 22:42:42 i stopped early. checked. ubuntu@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf again 22:44:13 try docker pull ubuntu:bionic and apply the changes ofrn mentioned above 22:44:43 I have to step away. I can do what you'd like later. just did docker pull ubuntu:bionic... Already exists... Digest: sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98... Status: Downloaded newer image for ubuntu:bionic... docker.io/library/ubuntu:bionic 22:44:59 i'll be back later. sorry i can't advance more now 22:45:11 np, later