checksum of builds are incorrect #92134

Closed
opened 2021-10-12 09:25:25 +02:00 by Meino Cramer · 11 comments

*System Information**Operating system: Linux (updated daily)Blender Version
Broken: blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release (build from around 2:00 a.m. )
Worked: blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release (build from around 4:00 a.m. )

Short description of error
Checksum does not reflect vital changes to blender

Exact steps for others to reproduce the error
The broken build (see above) has the Crash-when-getting-a-haircut-bug.
The working build (see above) has a fixed version of that coiffeur implemented.
Both share the same CRC.
Cannot report for other operating systems though...I am a Linux-only-guy.

*System Information**Operating system: Linux (updated daily)**Blender Version** Broken: blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release (build from around 2:00 a.m. ) Worked: blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release (build from around 4:00 a.m. ) **Short description of error** Checksum does not reflect vital changes to blender **Exact steps for others to reproduce the error** The broken build (see above) has the Crash-when-getting-a-haircut-bug. The working build (see above) has a fixed version of that coiffeur implemented. Both share the same CRC. Cannot report for other operating systems though...I am a Linux-only-guy.
Author

Added subscriber: @mcq

Added subscriber: @mcq

Added subscriber: @dfelinto

Added subscriber: @dfelinto

Can you provide the full-link for the builds you downloaded?

Can you provide the full-link for the builds you downloaded?
Author

Both were downloaded form builder.blender.org.
The build done at about 2:00 is no longer there.
The later, working build is here:
https://builder.blender.org/download/daily/blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release.tar.xz

Since the filenames of both builds are identical (same checksum) I think, the latter one has overwritten the former.
I have both builds on my harddisk...if it helps, I can provide them...
PS: Same problem (same CRC, different content) occurs with the daily builds of the LTS versions of blender.

Both were downloaded form builder.blender.org. The build done at about 2:00 is no longer there. The later, working build is here: https://builder.blender.org/download/daily/blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release.tar.xz Since the filenames of both builds are identical (same checksum) I think, the latter one has overwritten the former. I have both builds on my harddisk...if it helps, I can provide them... PS: Same problem (same CRC, different content) occurs with the daily builds of the LTS versions of blender.
Author

Sorry - my report was partly wrong. The problem with the hard lock when editing particle hair is still there.
But the checksums are still misleading. From my harddisk:

crcproblem.jpg

( I added "-defunc" to the archive due to hair editing problem)

Both archives have the same crc but differ in length.

Sorry - my report was partly wrong. The problem with the hard lock when editing particle hair is still there. But the checksums are still misleading. From my harddisk: ![crcproblem.jpg](https://archive.blender.org/developer/F11004805/crcproblem.jpg) ( I added "-defunc" to the archive due to hair editing problem) Both archives have the same crc but differ in length.

If you open both Blenders, what is their corresponding CRC? (if you click on the Blender icon > About Blender).

If you open both Blenders, what is their corresponding CRC? (if you click on the Blender icon > About Blender).
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

The problem with the hard lock when editing particle hair is still there.

Hi, fix is already committed in master: 45f167237f
(Try again with latest build: https://builder.blender.org/download/daily)

> The problem with the hard lock when editing particle hair is still there. Hi, fix is already committed in master: 45f167237f (Try again with latest build: https://builder.blender.org/download/daily)
Author

Hi,
thank you very much for the fix! I already commented in the according issue report! Helps a lot here!

comparing both blender executables show, that they differ (cmp stops comparing at the first mismatch...so other difference may be also there).

/tmp>cmp blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc/blender blender-3.0.0-2021-10-12-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc2.tar/blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release/blender
blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc/blender blender-3.0.0-2021-10-12-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc2.tar/blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release/blender differ: byte 701, line 2

  • 24038 exit 1 cmp

for the checksums see attached screenshots:
crc2.jpg

crc1.jpg
/tmp>

Hi, thank you very much for the fix! I already commented in the according issue report! Helps a lot here! comparing both blender executables show, that they differ (cmp stops comparing at the first mismatch...so other difference may be also there). /tmp>cmp blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc/blender blender-3.0.0-2021-10-12-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc2.tar/blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release/blender blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc/blender blender-3.0.0-2021-10-12-alpha+master.4b31a21bcd19-linux.x86_64-release-defunc2.tar/blender-3.0.0-alpha+master.4b31a21bcd19-linux.x86_64-release/blender differ: byte 701, line 2 - [x] 24038 exit 1 cmp for the checksums see attached screenshots: ![crc2.jpg](https://archive.blender.org/developer/F11048259/crc2.jpg) ![crc1.jpg](https://archive.blender.org/developer/F11048258/crc1.jpg) /tmp>

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'

We had to restart the buildbot this week.

Maybe this is what caused the build to differ. I suggest we archive this for now and if it happens we revisit this issue.

Thanks for bringing this up.

We had to restart the buildbot this week. Maybe this is what caused the build to differ. I suggest we archive this for now and if it happens we revisit this issue. Thanks for bringing this up.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#92134
No description provided.